Contact
Create contact
Endpoint: v1/audiences/{audienceId}/contacts
Create a new contact in an audience.
Authorizations
API key with format "Bearer {your-api-key}"
Path Parameters
Unique identifier of the audience
Body
application/json
Contact's email address
Example:
"suppressionlist+9@simulator.amazonses.com"
Whether the contact is subscribed to emails
Example:
true
Contact's first name (1-100 characters)
Required string length:
1 - 100
Example:
"John"
Contact's last name (1-100 characters)
Required string length:
1 - 100
Example:
"Doe"
Response
200
application/json
Contact successfully created
The response is of type any
.