Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
Webhook Trigger
Overview
Operations
Webhook Operations
Latest version:
2.3
Changelog
Auto respond with HTTP 200
Regardless of what webhook request is received, the webhook trigger responds immediately with an HTTP 200 status code. This ensures execution but has no validation.
Await workflow and respond
This allows you to configure your own response. A webhook request is received and the webhook trigger waits for the workflow to reply.
Validate and respond
A webhook request is received and validated. The webhook trigger responds to the webhook sender with a relevant HTTP status code.
Previous
Overview