---
title: "Send Contact Message"
method: POST
path: "/v1/send-contact-message"
---

# Send Contact Message

`POST /v1/send-contact-message`

## Request body

- ContactMessage
  - `sender_email` string, required
  - `sender_name` string, required
  - `sender_organization` string, required
  - `sender_phone` string, required
  - `message` string, required
  - `language` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/opsi/apis/fastapi.md) · [All operations](https://skmtc.dev/opsi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opsi/fastapi/revisions/e77a48d304d4/schema)
