create_contact
Add a contact to a sending domain's contact pool. Records are domain-first, so the same email on two domains creates separate contacts with independent consent.
Instructions
Create a contact in a sending domain's contact pool (POST /contacts, domain-first). The same address on two domains is two records with separate consent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Contact email address. | ||
| domain | Yes | The sending domain this resource belongs to (domain-first model), e.g. 'yourdomain.com' — one of your domains. | |
| last_name | No | ||
| first_name | No | ||
| properties | No | Custom contact properties. | |
| unsubscribed | No | Whether the contact is unsubscribed. |