Phrase · Capability
Phrase Strings API Reference — Automations
Phrase Strings API Reference — Automations. 8 operations. Lead operation: List automations. Self-contained Naftiko capability covering one Phrase business surface.
What You Can Do
GET
Automationslist
— List automations
/v1/accounts/{account-id}/automations
POST
Automationcreate
— Create an automation
/v1/accounts/{account-id}/automations
GET
Automationshow
— Get a single automation
/v1/accounts/{account-id}/automations/{automation-id}
PATCH
Automationupdate
— Update an automation
/v1/accounts/{account-id}/automations/{automation-id}
DELETE
Automationdelete
— Destroy automation
/v1/accounts/{account-id}/automations/{automation-id}
POST
Automationactivate
— Activate an automation
/v1/accounts/{account-id}/automations/{automation-id}/activate
POST
Automationdeactivate
— Deactivate an automation
/v1/accounts/{account-id}/automations/{automation-id}/deactivate
POST
Automationtrigger
— Trigger an automation
/v1/accounts/{account-id}/automations/{automation-id}/trigger
MCP Tools
list-automations
List automations
read-only
idempotent
create-automation
Create an automation
get-single-automation
Get a single automation
read-only
idempotent
update-automation
Update an automation
idempotent
destroy-automation
Destroy automation
idempotent
activate-automation
Activate an automation
deactivate-automation
Deactivate an automation
trigger-automation
Trigger an automation