Get trigger info

Get Trigger Info

Path parameters

triggerNamestringRequiredformat: "[^\/#\?]+?"

Headers

x-api-keystringRequired

Response

namestring
Unique identifier of the trigger. Used to reference the trigger in other API calls.
displayNamestring

Human-readable name of the trigger shown in the UI.

descriptionstring
Detailed description of what the trigger does and when it fires.
typestring
Classification or category of the trigger.
appIdstring

Unique identifier of the app this trigger belongs to. You can get this from the id field in the response of the GET /api/v1/apps endpoint.

appNamestring
Name of the app this trigger belongs to.
payloadobject
Sample payload that will be sent when the trigger fires.
configobject
Configuration parameters required for the trigger. Structure varies based on trigger type.
instructionsstring or null

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