---
title: "Submit contact form"
method: POST
path: "/accounts/submit-contact-form"
tags: ["Account Management"]
---

# Submit contact form

`POST /accounts/submit-contact-form`

Submits a contact form
- The function provides a structured mechanism for authenticated users to send inquiries, feedback, or support requests directly to the quiva.ai team or specific team members. This communication channel is integrated within the platform, allowing users to reach out for assistance without leaving the application environment.

## Request body

- ContactRequest
  - `to_email` string, email, required — Recipient email
  - `subject` string, required — Email subject
  - `location` string — Location in the application
  - `message` string, required — Message content
  - `phone_number` string — Phone number
  - `preferred_contact_method` 'emai' | 'phone' — Preferred contact method

## Response `200`

Contact form submitted successfully

- SuccessResponse
  - `message` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
