Overview
Webhooks allow your systems to receive real-time notifications when events occur in TinyBell. Configure a webhook URL in your property settings, and TinyBell will send HTTP POST requests to that URL when events fire.Configuration
- Go to your property settings.
- Enter your webhook URL.
- Select which events to receive.
- Save.
Webhook payload
Available events
| Event | Description |
|---|---|
notification.impression | A notification was shown |
notification.click | A visitor clicked the CTA |
notification.close | A visitor dismissed the notification |
notification.conversion | A form was submitted (collector types) |
Retry policy
If your endpoint returns a non-2xx status code, TinyBell retries the request:- 1st retry: after 30 seconds
- 2nd retry: after 5 minutes
- 3rd retry: after 30 minutes
Security
Webhook requests include a signature header for verification:Use cases
- Sync clicks to your CRM: Forward notification clicks to your PMS or CRM.
- Trigger email sequences: When a visitor submits their email via a collector notification, trigger a welcome email from your email tool.
- Real-time alerts: Get notified when conversion spikes or drops.