Automations API
Get, create, update, delete, and attach Intelligent Automations.
Example Automations
{
"id": "e48dd2c8-3633-463b-a477-0177a942b5a6",
"name": "Highlight inactive sources",
"description": "Highlight rows where the source account is inactive",
"priority": 0,
"attachment_behavior": {
"attach_to_new_workflows": true,
"opt_in": true
},
"criteria": {
"filter": "source.is_active eq false",
"mutable_filter": ""
},
"action": {
"display_style": "HIGHLIGHT",
"display_text": "Source account is inactive",
"highlight_color": "#FF6B35"
}
}Key Concepts
Error handling and conflicts
Automation Object Schema
attachment_behavior (Object)
attachment_behavior (Object)criteria (Object)
criteria (Object)Filtering by Joined Node Attributes
Filtering by Mutable Fields
action (Object)
action (Object)reviewer_assignment (Object)
reviewer_assignment (Object)Preview API Documentation
List Automations
Veza API key for authentication. Generate keys in Administration > API Keys.
OK
Default error response
Update Automation
Veza API key for authentication. Generate keys in Administration > API Keys.
OK
Default error response
Create Automation
Veza API key for authentication. Generate keys in Administration > API Keys.
OK
Default error response
Get Automation
Veza API key for authentication. Generate keys in Administration > API Keys.
OK
Default error response
Delete Automation
Veza API key for authentication. Generate keys in Administration > API Keys.
OK
Default error response
Attach Automations
Veza API key for authentication. Generate keys in Administration > API Keys.
Attaches an automation to one or all workflows Attach will succeeds if the automation is already attached and will update the "opt_in" if necessary
OK
Default error response
List attached Workflow Automations
Veza API key for authentication. Generate keys in Administration > API Keys.
OK
Default error response
Detach Automations
Veza API key for authentication. Generate keys in Administration > API Keys.
Detaches an automation from one or all workflows
OK
Default error response
Last updated
Was this helpful?
