add_subscriber
Add a phone number to an SMS list using a keyword ID for TCPA-compliant consent.
Instructions
Add a new phone number to the SMS list using a specific keyword ID. The keyword_id ties the subscription to an existing documented consent flow (required for TCPA/CTIA compliance). Returns the created subscriber.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone_number | Yes | E.164 format, e.g. +14155551234 | |
| keyword_id | Yes | ID from get_keyword_id, ties subscription to consent flow | |
| properties | No | Optional custom subscriber properties (key-value pairs) |