๐ช Recipe Editor
Endpoint:
demo
ยท
View webhooks
Describe in English
Generate Recipe
Try an example:
When Stripe payment succeeds, text me the amount
When GitHub push happens, post to Discord with repo and branch
Forward all webhooks to my Slack channel
Recipe YAML
Start from template:
-- Select template --
Stripe payment
GitHub push
Generic notify
name: test-fanout version: 1 trigger: source: "*" events: - "*" actions: - type: ntfy topic: ohooky-brian-test message: "Event received: ${event}" - type: ntfy topic: ohooky-brian-fanout message: "Fanout copy: ${event}"
Save Recipe
Clear
Test Recipe
Enter a sample webhook payload to test your recipe
Test Recipe