> 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.

# Customer Registered Payload

POST 

Reference example only — Coi is the caller here, your endpoint is the receiver. Fired once, as a POST with a JSON body, right after a customer registers (self-registration at checkout, or a client created by the merchant in the admin).

Configure the target URL at: Store > Store Settings > "General" tab (כללי) > "Webhook לאחר רישום משתמש".

No authentication header — treat the URL itself as the secret and keep it out of client-side code.

Reference: https://docs.coi.co.il/webhooks/customer-registered-payload

## Request

### Payload

- `name` (string, required) — Customer's full name (first + last name, trimmed).
- `email` (string, required) — Customer's email address.
- `phone` (string, required) — Customer's phone number, as entered.
- `getNewsletter` (boolean, required) — Whether the customer opted in to marketing emails at registration.