Setup
- Go to your form settings
- Enable webhooks
- Enter your webhook URL
- Optionally add a webhook secret for signature verification
Payload Format
FormBnB sends a POST request with JSON body:Signature Verification
If you set a webhook secret, FormBnB includes a signature header for verification:Retries
FormBnB automatically retries failed webhooks with exponential backoff:
A webhook is considered failed if:
- Response status is not 2xx
- Request times out (30 seconds)
- Connection error