---
title: "POST /v1/public/contact"
method: POST
path: "/v1/public/contact"
---

# POST /v1/public/contact

`POST /v1/public/contact`

Submit the public contact form. Delivers an email to the
configured recipient via the central B3 Notifications API. No
auth; IP-rate-limited (see configs.contact.rate_limit_per_hour).

## Request body

- union
  - object
  - SubmitContactFormRequest
    - `email` string, required
    - `firstName` string, required
    - `lastName` string, required
    - `message` string, required
    - `phone` string

## Response `200`

OK

- SubmitContactFormSuccessResponse
  - `code` integer
  - `data` SubmitContactFormResponse
    - `ok` boolean
  - `message` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `502` — Bad Gateway
- `503` — Service Unavailable

---

[API](https://skmtc.dev/b3os/apis/b3os-workflow-api.md) · [All operations](https://skmtc.dev/b3os/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b3os/b3os-workflow-api/revisions/a8c7af3c66a1/schema)
