/
SE
sendfox
/
SendFox API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4h ago · Updated 3w ago
Details
Filter operations
Automations
8
get
List automations
post
Create an automation
get
Get a specific automation
delete
Delete an automation
patch
Update an automation
post
Add an email to an automation
delete
Remove an email from an automation
patch
Update an automation email
Campaigns
9
Contact Fields
5
Contact Tags
8
Contacts
11
Domains
5
Forms
5
Lists
8
Users
1
Automations
Get a specific automation
Returns automation with triggers, items, and campaign stats
get
/automations/{id}
Response
Successful response
Automation
required
id
integer
user_id
integer
title
string
active
boolean
created_at
string
date-time
updated_at
string
date-time
automation_triggers
AutomationTrigger[]
automation_items
AutomationItem[]
Changes