What is Automation?
Automation enables you to set up automation based on tasks’ events and data source’s events. It might help you automate creation of tasks, task assignment, task placement, task webhook, data source update, datasource creation, data source webhook, and task component updates. Automation attributes consist of IDs, automation name, automation type, automation details, and rules. Automation logs are stored with 30-day data retention.Automation Types
| Type | Description |
|---|---|
| Create Task | Create a new task in a specified flow |
| Create and Assign Task | Create a task and immediately assign it |
| Move Task | Transition a task to a different hub |
| Assign Task | Assign users to a task |
| Update Task | Update the triggering task’s own components with static values, references to other task fields, or values from a linked data source record |
| Webhook | Call an external HTTP endpoint |
| Create or Update Data Source | Create or update a Data Source record |
| Notification | Send a notification via messaging channel |
Key Features
Read automation
GET /automations
Read log automation
GET /automation-log
Read automation by ID
GET /automation/
Create automation
POST /automation
Related Resources
- Automation Object - Automation data structure