Settings

Update Message Settings

Update message settings for the customer.

All users can update notification settings. Only admin users can update messages_enabled (ignored for non-admin users).

put/settings/messages

Request body

messages_enabledboolean nullable

Whether message taking is enabled (admin only, ignored for non-admin users)

sms_notifications_enabledboolean required

Whether SMS notifications are enabled

sms_recipientsstring[]

List of phone numbers (E.164 format) to receive SMS notifications

email_notifications_enabledboolean required

Whether email notifications are enabled

email_recipientsstring[]

List of email addresses to receive notifications

Response

Successful Response

messages_enabledboolean required

Whether message taking is enabled for this customer

sms_notifications_enabledboolean required

Whether SMS notifications are enabled

sms_recipientsstring[]

List of phone numbers (E.164 format) to receive SMS notifications

email_notifications_enabledboolean required

Whether email notifications are enabled

email_recipientsstring[]

List of email addresses to receive notifications

Changes

No recorded changes to this endpoint across all 1 revision of this API.