Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.72 KB

File metadata and controls

20 lines (16 loc) · 1.72 KB

POSTPublicNotificationDefinitionRequest

Properties

Name Type Description Notes
active bool The status of the notification definition. The default value is true. [optional] [default to True]
callout POSTPublicNotificationDefinitionRequestCallout [optional]
callout_active bool The status of the callout action. Default value is false. [optional] [default to False]
communication_profile_id str The profile that notification definition belongs to. If you do not pass the communicationProfileId, notification service will be automatically added to the 'Default Profile'. [optional]
description str The description of the notification definition. [optional]
email_active bool The status of the email action. The default value is false. [optional] [default to False]
email_template_id str The ID of the email template. If emailActive is true, an email template is required. And EventType of the email template MUST be the same as the eventType. [optional]
event_type_name str The name of the event type.
filter_rule POSTPublicNotificationDefinitionRequestFilterRule [optional]
filter_rule_params FilterRuleParameterValues [optional]
name str The name of the notification definition, unique per communication profile.

[Back to Model list] [Back to API list] [Back to README]