Skip to main content
Documentation

Domain

Automations capabilities

5 capabilities, all acting on a automation. A reference to one from another domain is spelled automation_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
automations.listPOST /api/v1/automations/listList the shop's automation rules and which are armedread-only
automations.activityPOST /api/v1/automations/activityShow what the shop's automations actually did, and to whomread-only
automations.templatesPOST /api/v1/automations/templatesList the automation templates a shop could switch onread-only
automations.coveragePOST /api/v1/automations/coverageFind the moments where no automation tells anybody anythingread-only
automations.getPOST /api/v1/automations/getRead one automation step by step — what it sends, and whenread-only

← Every domain