Create a contact
Audience Contacts
Create a contact
Create a single contact. If double_opt_in is provided the contact is created in unverified status and receives a confirmation email — they become subscribed only after clicking the confirmation link. Requires the audience:write scope and is blocked for sandbox API keys.
POST
Create a contact
Create a single contact. If
double_opt_in is provided the contact is created in unverified status and receives a confirmation email — they become subscribed only after clicking the confirmation link. Requires the audience:write scope and is blocked for sandbox API keys.Authorizations
API key for authentication
Body
application/json
Request to create a single contact
Maximum string length:
255Example:
"jane@example.com"
Optional list to add the contact to
Custom property values. Each key must match a property defined for the team.
Example:
{ "first_name": "Jane" }Double opt-in configuration. When provided, the contact receives a confirmation email and is created in unverified status until they click the confirmation link.