Trigger and start running an automation
POST
/api/v1/automation-blueprints/{automationBlueprint_uuid}/trigger
curl \
--request POST 'https://api.plannrcrm.com/api/v1/automation-blueprints/dcf0-484e-a0c5-08590fe89a84-f6aa1670/trigger' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"client_uuid":"591ba5e8-6f04-47ec-bf15-1c80df7cf6e7"}'
Request examples
{
"client_uuid": "591ba5e8-6f04-47ec-bf15-1c80df7cf6e7"
}
Response examples (401)
{
"message": "Unauthenticated."
}