Api reference
Automations
Available Methods
Use the links below to view request/response examples and generated code for each method.
- GET/api/v1/automations
List workspace automations
- GET/api/v1/automations/{id}
Get workspace automation
- POST/api/v1/automations
Create workspace automation
- PATCH/api/v1/automations/{id}
Update workspace automation
- DELETE/api/v1/automations/{id}
Delete workspace automation
- GET/api/v1/automations/{id}/runs
List automation runs
- GET/api/v1/automations/{id}/runs/{runId}
Get automation run
- POST/api/v1/automations/{id}/run
Run automation
- POST/api/v1/automations/webhooks/{publicId}/{secret}
Trigger automation webhook