Webhooks
Receive an HTTP POST to your URL for every accepted FormsReach submission - zero credit cost.
Overview
Webhooks push submission payloads to your HTTPS endpoint so you can sync CRMs, automation tools, or custom backends.
Setup
- Form → Webhooks channel.
- Enter your HTTPS endpoint URL.
- Submit a test and verify your server receives the POST.
Credits
Webhooks cost 0 credits.
Implementation tips
- Respond quickly with 2xx; do heavy work asynchronously
- Verify authenticity using any signing/secret options exposed in the dashboard if enabled
- Log non-2xx responses for retry design on your side
Related
- Discord (specialized webhook embed)
- Programmatic submit (JS SDK)