Request
Filter automations by a specific integration (channel) ID. Omit to return all automations across all channels.
Response
Returns an array of automation objects.| Field | Type | Description |
|---|---|---|
id | string | Automation ID |
name | string | Display name |
integrationId | string | The channel this automation is attached to |
triggerType | string | COMMENT, STORY_REPLY, or DM_KEYWORD |
actionType | string | SEND_DM or REPLY_TO_COMMENT |
active | boolean | Whether the automation is currently enabled |
successCount | number | Total successful executions |
failureCount | number | Total failed executions |
createdAt | string | ISO 8601 creation timestamp |