Get trigger info
Get Trigger Info
Path parameters
triggerName
Headers
x-api-key
x-org-api-key
x-api-key
Response
name
Unique identifier of the trigger. Used to reference the trigger in other API calls.
displayName
Human-readable name of the trigger shown in the UI.
description
Detailed description of what the trigger does and when it fires.
type
Classification or category of the trigger.
appId
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.
appName
Name of the app this trigger belongs to.
payload
Sample payload that will be sent when the trigger fires.
config
Configuration parameters required for the trigger. Structure varies based on trigger type.
instructions
Step-by-step instructions on how to set up and use this trigger.