add_audience_members
Add up to 10,000 contacts to an existing audience by providing an array of member objects. Each must include the audience's phone number column; duplicate phone numbers are ignored.
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 |
|---|---|---|---|
| audience_id | Yes | The audience ID to add members to | |
| members | Yes | Array of member objects. Each must include the audience's phone number column. Example: [{ phoneNumber: '+14155551234', firstName: 'John' }] |