Fetches a list of available automation workflow actions.
Fetches a list of available automation workflow actions.
Note: Only actions that the authenticated user has permission to use are included in the response.
For example, actions requiring specific features or roles may be omitted if the user lacks access.
Response
application/json
Response
Authentication
Fetches a list of available automation workflow conditions.
Fetches a list of available automation workflow conditions.
Some conditions accept only specific predefined terms, which are included in the response for reference.
Note: The Archived condition requires the RelativeDate trigger.
Response
application/json
Response
AutomationWorkflowConditionsResponse
Show Child Parameters
Authentication
Fetches all automation workflow rules.
Fetches all automation workflow rules within an account in descending order of creation, with optional pagination (start and limit).
Query Parameters
Response
application/json
Response
ListAutomationWorkflowRulesResponse
Show Child Parameters
Show Child Parameters
Authentication
Query Parameters
Creates a new automation workflow rule.
Creates a new automation workflow rule. Ensure that you check the available triggers, conditions, and actions to use valid options.
Use the following endpoints to check which options are available before creating a rule:
/triggers– lists available triggers/conditions– lists available conditions/actions– lists available actions
Body
application/json
Body
AutomationWorkflowRuleBody
Show Child Parameters
Response
application/json
Response
CreateAutomationWorkflowRuleResponse
Authentication
Body
Deletes an automation workflow rule.
Deletes an automation workflow rule by its ID.