Audiences
Add a contact to an audience
Adds an existing contact to a manual audience.
post/audiences/{audience_id}/contacts
Path parameters
audience_idstring required
The audience ID to add the contact to.
Example:aud_01j9a43avnfqzbjfch6pygv1td
Request body
Example request
{
"id": "ctc_01j9dy8mdzfn3r0e8x1tbdrdrf"
}Response
The contact, now a member of the audience
Example response
{
"email": "dom@toretto.family",
"first_name": "Dominic",
"id": "ctc_01j9dy8mdzfn3r0e8x1tbdrdrf",
"last_name": "Toretto",
"metadata": {
"car": "1970 Dodge Charger R/T"
},
"phone_number": "+18015551234"
}