Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The numeric ID of the account
The ID of the automation rule to be updated.
Body
Rule name
"Add label on message create event"
The description about the automation and actions
"Add label support and sales on message create event if incoming message content contains text help"
The event when you want to execute the automation actions
conversation_created
, conversation_updated
, conversation_resolved
, message_created
"message_created"
Enable/disable automation rule
Array of actions which you want to perform when condition matches, e.g add label support if message contains content help.
Array of conditions on which conversation filter would work, e.g message content contains text help.
Response
Success
Response payload that contains automation rule(s) Array of automation rules (for listing endpoint)