Update user-specific SMS notification settings for an automation
Automations
Update user-specific SMS notification settings for an automation
Updates the calling user’s per-automation SMS notification configuration (enabled flag, recipient phone numbers, custom message body, optional template id). Stored on the User document; the Automation itself is not modified.
PATCH
Update user-specific SMS notification settings for an automation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Master switch for the per-user SMS notification on this automation.
Phone numbers to ping when the automation fires.
Custom body (supports {{contact.firstName}} placeholders); ignored when smsNotificationTemplateId is set.
Template _id whose body is used; mutually exclusive with smsNotificationMessage.