Skip to main content

Request

integrationId
string
Filter automations by a specific integration (channel) ID. Omit to return all automations across all channels.
curl -H "Authorization: your-api-key" \
  "https://api.socialsyncs.co/public/v1/automations"

# With filter
curl -H "Authorization: your-api-key" \
  "https://api.socialsyncs.co/public/v1/automations?integrationId=your-integration-id"

Response

Returns an array of automation objects.
FieldTypeDescription
idstringAutomation ID
namestringDisplay name
integrationIdstringThe channel this automation is attached to
triggerTypestringCOMMENT, STORY_REPLY, or DM_KEYWORD
actionTypestringSEND_DM or REPLY_TO_COMMENT
activebooleanWhether the automation is currently enabled
successCountnumberTotal successful executions
failureCountnumberTotal failed executions
createdAtstringISO 8601 creation timestamp