Trigger a workflow via webhook
Workflows
Trigger a workflow via webhook
External-systems entry point for triggering a workflow by webhookId. Accepts either a JWT bearer token or a User API key in the Authorization header. The caller-supplied payload is exposed to workflow nodes as the trigger context.
POST
Trigger a workflow via webhook
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Webhook processed successfully