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.
Create a single contact. IfDocumentation Index
Fetch the complete documentation index at: https://docs.lettr.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Request to create a single contact
255"jane@example.com"
Optional list to add the contact to
Custom property values. Each key must match a property defined for the team.
{ "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.