Skip to main content
GET
/
api
/
public
/
v1
/
automation
/
trigger-types
List trigger types
curl --request GET \
  --url https://app.msportal.ai/api/public/v1/automation/trigger-types \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use your API key as a Bearer token. API keys can be generated in Settings → Integrations → API Access.

Response

List of trigger types

data
object[]
required

Available trigger types