Add Subscriber
shipmail_add_subscriberAdds a subscriber to an audience using single opt-in, returning the outcome (created, updated, or skip reason) without errors for suppressed or invalid addresses.
Instructions
Add one subscriber to an audience (single opt-in). Returns a per-row outcome (created, updated, or a skip reason); it never throws for a suppressed or invalid address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| consent_ip | No | ||
| audience_id | Yes | Audience ID. | |
| display_name | No | ||
| merge_fields | No | ||
| email_address | Yes | ||
| consent_source | No | ||
| idempotency_key | No | Optional idempotency key. If omitted, the MCP server generates one for POST tools. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome | Yes | ||
| email_address | Yes |