Create email
Emails
Create email
Creates a new email for the provided contact.
POST
Create email
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Specifies the tenant context for the request. All endpoints operate within this tenant scope.
Example:
"tnt_pfh0haxfpzowht3oi213cqos"
Body
application/json
Request body used to create an email resource.
Request body used to create an email resource.
The ID of the contact.
Example:
"con_xlbg6ubfio7tzvsijyp5794c"
Email address.
Required string length:
1 - 200Pattern:
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Example:
"contact@example.com"
Order of the resource for sorting purposes.
Required range:
0 <= x <= 9007199254740991Example:
13
Response
Default Response
Standard success response payload wrapped in a data property.
Email resource returned by the API.