Webhooks
Counts describe the planned connector design, not shipped functionality.
Overview
Every workflow can expose a unique inbound endpoint. Outbound webhooks would notify your systems about execution events.
Webhooks is planned, not yet available
Inbound webhook
Receive a signed HTTP request with a JSON payload
Send webhook
Deliver an event to an external URL
Authentication concept
Inbound requests would be verified with a per-workflow signing secret; outbound events would be signed so receivers can verify them.
Secrets handling is described on the security page.
Connection status
Authorize
Choose scopes and grant access
Test
Send a sample request from the workflow builder
Use
Reference the connection from any workflow
Illustrative connection flow. It becomes available with the integration.
Example workflow
Classify monitoring alerts by severity, open incidents for critical issues and notify on-call.
Related