What is CaptHook?
CaptHook receives webhooks from your tools (e.g. Stripe, GitHub, or your own systems), checks them against filter rules you define, and forwards matching events, structured, to Slack, Discord, or Microsoft Teams — without you writing any integration code.
Features
- Signed webhook inputs: every pipe gets its own URL and a secret (HMAC-SHA256) — only whoever knows the secret can submit events.
- Filter rules: nested AND/OR conditions based on your JSON payload, so only relevant events get delivered.
- Multiple destinations per pipe: Slack, Discord, and Microsoft Teams at once, with priority and an optional message template.
- Deduplication: duplicate incoming events within a configurable time window are delivered only once.
- Event log with replay: inspect every received event including delivery attempts, and re-trigger it if needed.
Detailed setup steps (incl. Postman collection and signature examples) are available after login under Help.
CaptHook