add_audience_members
Add up to 10,000 contacts to an audience by providing their phone numbers and optional fields. Duplicates are automatically skipped.
Instructions
Add members (contacts) to an existing audience. Each member must include the phone number column defined when the audience was created (use get_audience to check). Max 10,000 members per request. Duplicate phone numbers are skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| members | Yes | Array of member objects. Each must include the audience's phone number column. Example: [{ phoneNumber: '+14155551234', firstName: 'John' }] | |
| audience_id | Yes | The audience ID to add members to |