> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.coi.co.il/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.coi.co.il/_mcp/server.

# Contact Form Payload

POST 

This is a reference example, not something you Send from here — Coi is the caller, your server is the receiver.

Configure the target URL in the admin at System > Site Settings > "Codes and Scripts" tab > "Webhook for Forms", with the POST(JSON) mode selected.

POST mode: Coi sends every submitted field, plus pageTitle, as a JSON object in the request body (Content-Type: application/json; charset=utf-8). No placeholder syntax needed — the field names become JSON keys directly.

Fires once per successful form submission. No retry on failure.

Reference: https://docs.coi.co.il/webhooks/contact-form/contact-form-payload

## Request

### Payload

- `map from string to string`