Skip to main content
POST
/
accounts
/
{account_id}
/
automations
/
{automation_id}
/
trigger
cURL
curl "https://api.phrase.com/v2/accounts/:account_id/automations/:id/trigger" \
  -u USERNAME_OR_ACCESS_TOKEN \
  -X POST \
  -H 'Content-Type: application/json'
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Resource",
      "field": "name",
      "message": "can't be blank"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

account_id
string
required

Account ID

id
string
required

ID

Response

The resource was deleted successfully.