Update SMS configuration
num_update_smsUpdate inbound SMS webhook URL, secret, fallback URL, and MMS toggle on a phone number you own. Errors occur for unowned numbers or non-customer fields.
Instructions
Update the customer-owned SMS fields on a number you own: inbound webhook URL/secret, fallback URL, and MMS toggle. Requests containing tniq-owned fields are rejected. To remove SMS entirely use num_delete_sms_config. Errors: INVALID_REQUEST, TN_NOT_OWNED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tn | Yes | Telephone number, 10 digits (e.g. "3035551234") or 11 digits with leading 1 | |
| mms_enabled | No | Enable or disable MMS on this number | |
| inbound_webhook_url | No | HTTPS URL that receives inbound SMS webhooks, e.g. "https://example.com/sms" | |
| fallback_inbound_url | No | Fallback URL used when the primary inbound webhook fails | |
| inbound_webhook_secret | No | Shared secret used to sign inbound webhook deliveries |