Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 935 Bytes

File metadata and controls

14 lines (11 loc) · 935 Bytes

AutomationRuleCreateUpdatePayload

Properties

Name Type Description Notes
name str Rule name [optional]
description str The description about the automation and actions [optional]
event_name str The event when you want to execute the automation actions [optional]
active bool Enable/disable automation rule [optional]
actions list[object] Array of actions which you want to perform when condition matches, e.g add label support if message contains content help. [optional]
conditions list[object] Array of conditions on which conversation filter would work, e.g message content contains text help. [optional]

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