List the domain events automations can react to
GET /api/automations/triggers. List the domain events automations can react to. Headless LMS Automations API reference.
Response Body
application/json
curl -X GET "https://example.com/api/automations/triggers"{ "triggers": [ { "type": "string", "description": "string" } ]}