v1
latestOpenAPI 3.0.42026-08-0462132372.2 KBDeploy trigger
Deploy a trigger to listen for and emit events
post/v1/connect/{project_id}/triggers/deploy
Headers
x-pd-environment'development' | 'production' required
The environment in which the server client is running
The environment in which the server client is running
Request body
Example request
{
"version": "1.0.0"
}Response
trigger deployed
Example response
{
"data": {
"configurable_props": [
{
"app": "github"
}
]
}
}