connect
Get trigger
Get the schema for a single trigger type.
get/{namespace}/{connectionId}/.triggers/{triggerName}
Path parameters
namespacestring required
connectionIdstring required
triggerNamestring required
Response
Trigger definition
Example response
{
"name": "page.updated",
"delivery": [
"webhook"
]
}