🪝Webhook
🪝 The Webhook trigger starts a workflow when an HTTP request arrives from an external system.
When to use it
- Receiving external events as they happen (new order, payment, or message).
- Connecting services that do not have a ready-made app.
How it works
Wkil gives you a unique URL. When a request is sent to it, the workflow starts and receives the request payload as input, available through <start.input>.
🔐 Secure the webhook with a key or signature to verify the request source.

