Trigger and start running an automation

POST /api/v1/automation-blueprints/{automationBlueprint_uuid}/trigger

Path parameters

  • automationBlueprint_uuid string Required

    The UUID of the automation

application/json

Body Required

  • client_uuid string Required

    The client to pass into the automation instance

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
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":"b71144f6-ec91-4bdb-84c8-710128ab4791"}'
Request examples
{
  "client_uuid": "b71144f6-ec91-4bdb-84c8-710128ab4791"
}
Response examples (401)
{
  "message": "Unauthenticated."
}