NotificationSettingsUpdateRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
email_addresses | List[str] | ❌ | List of notification recipient email addresses. Should not be empty if 'includeManagers' parameter is set to false |
sms_email_addresses | List[str] | ❌ | List of notification recipient email addresses |
advanced_mode | bool | ❌ | Specifies notifications settings mode. If true then advanced mode is on, it allows using different emails and/or phone numbers for each notification type. If false then basic mode is on. Advanced mode settings are returned in both modes, if specified once, but if basic mode is switched on, they are not applied |
voicemails | VoicemailsInfo | ❌ | |
inbound_faxes | InboundFaxesInfo | ❌ | |
outbound_faxes | OutboundFaxesInfo | ❌ | |
inbound_texts | InboundTextsInfo | ❌ | |
missed_calls | MissedCallsInfo | ❌ | |
include_managers | bool | ❌ | Specifies if managers' emails are included in the list of emails to which notifications are sent. If not specified, then the value is true |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs