Webhook
The Webhook trigger fires whenever an external service sends an HTTP request to your flow's unique webhook URL. This opens up powerful integrations with third-party services, tools, and automation platforms. Anything that can send an HTTP request -- such as IFTTT, Zapier, GitHub, Ko-fi, or a custom script -- can trigger your flow.
Each flow with a Webhook trigger gets its own unique URL. When a request is received at that URL, the flow activates.
Outputs
| Name | Type | Description |
|---|---|---|
pulse | pulse | Fires when an HTTP request is received at the webhook URL. |
Example
Connect your Ko-fi account to send a webhook when you receive a donation. Use the Webhook trigger to fire an alert on stream whenever a Ko-fi donation comes in. You could also use it with GitHub webhooks to display a notification on stream whenever someone stars your repository.