Get trigger type by slug

Retrieve detailed information about a specific trigger type using its slug identifier

Path parameters

slugstringRequired
The unique slug identifier for the trigger type

Headers

x-api-keystringRequired

Response

Successfully retrieved trigger type
slugstring
Unique identifier for the trigger type
namestring

Human-readable name of the trigger

descriptionstring
Detailed description of what the trigger does
instructionsstring

Step-by-step instructions on how to set up and use this trigger

typeenum

The trigger mechanism - either webhook (event-based) or poll (scheduled check)

Allowed values:
toolkitobject
Information about the toolkit that provides this trigger
configobject
Configuration schema required to set up this trigger
payloadobject
Schema of the data payload this trigger will deliver when it fires