Add or Remove Audience Members
mutate_audience_membershipManage custom audience membership by adding or removing identifiers such as emails or phones, supplied inline or via file upload, and return an operation ID.
Instructions
Add or remove customer identifiers from an existing custom audience. Accepts inline identifiers or an uploaded file_id. Returns an asynchronous operation ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Mutation action | |
| file_id | No | Uploaded delta file ID | |
| identifiers | No | Inline list of identifiers (up to 10,000 items) | |
| idempotency_key | No | Idempotency key for safe retries | |
| expected_revision | No | Current membership revision for optimistic concurrency | |
| custom_audience_id | Yes | Audience ID |