Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 934 Bytes

File metadata and controls

15 lines (12 loc) · 934 Bytes

AutomationRule

Properties

Name Type Description Notes
event_name str Automation Rule event, on which we call the actions(conversation_created, conversation_updated, message_created) [optional]
name str The name of the rule [optional]
description str Description to give more context about the rule [optional]
active bool Enable/disable automation rule [optional]
actions list[object] Array of actions which we perform when condition matches [optional]
conditions list[object] Array of conditions on which conversation/message filter would work [optional]
account_id int Account Id [optional]

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