Skip to main content
POST
Add Audience Member (Webhook)

Path Parameters

webhook_token
string<uuid>
required

The audience's unique webhook token. Found on the audience detail page in Craft.

Body

application/json
first_name
string

Contact's first name. Available as {{first_name}} in campaign message templates.

Maximum string length: 255
last_name
string

Contact's last name. Available as {{last_name}} in campaign message templates.

Maximum string length: 255
phone
string

Phone number. Accepts most common formats (+15551234567, 555-123-4567, (555) 123-4567). At least one of phone or email is required.

Maximum string length: 50
email
string<email>

Email address. At least one of phone or email is required.

custom_fields
object

Arbitrary key-value pairs. Each key becomes a template variable in campaign messages (e.g., {"service_type": "HVAC"}{{service_type}}).

Response

Contact with this phone or email already exists. Existing contact returned (idempotent).

id
string<uuid>
required

Unique identifier for the audience member.

created_at
string<date-time>
required

When the member was added to the audience.

first_name
string
required

Contact's first name.

last_name
string
required

Contact's last name.

phone
string
required

Phone number in E.164 format.

email
string<email>
required

Email address.

custom_fields
object
required

Custom key-value pairs attached to this contact.

status
enum<string>
required

Current status of the audience member.

Available options:
active,
opted_out,
do_not_contact