Trigger a workflow via webhook with applicationId and status
Workflows
Trigger a workflow via webhook with applicationId and status
Webhook variant that ties the run to a specific Application AND transitions it to the supplied status before the workflow runs. Useful for upstream systems that want to advance the pipeline as part of a single webhook call.
POST
Trigger a workflow via webhook with applicationId and status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Webhook processed successfully