Headless LMS

List the domain events automations can react to

GET
/api/automations/triggers

Response Body

application/json

curl -X GET "https://example.com/api/automations/triggers"
{  "triggers": [    {      "type": "string",      "description": "string"    }  ]}