Create an automation
string
required
string
required
automations:write.
List / get / update / delete
GET /v1/automations—automations:readGET /v1/automations/{id}—automations:readPATCH /v1/automations/{id}—automations:write. Body:{ "status": "active" | "paused", "postingTimes"?, "brief"? }DELETE /v1/automations/{id}—automations:write
Automations created via this API are stored in a
v1_automations table separate from the app’s own automations table — the scheduler that actually fires them needs a follow-up integration pass to read both. Check GET /v1/automations/{id} for status; if firings aren’t happening yet in your deployment, this is why.