Integrations
Webhooks
Generic inbound/outbound webhooks for any service not listed above.
[[channels]]
type = "webhook"
path = "/hooks/incoming"
secret = "$WEBHOOK_SECRET"
[[channels.outbound]]
url = "https://example.com/notify"
events = ["task.completed", "task.failed"]