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
Display name of the trigger type
configmap from strings to any
Configuration parameters required for the trigger
payloadmap from strings to any
Structure of the event payload that will be delivered by this trigger
descriptionstring
Detailed description of what the trigger does and when it fires
instructionsstring

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

toolkitobject
Information about the toolkit that contains this trigger

Errors