Get real-time notifications when things happen in SplashSend. Bounces, deliveries, clicks, and more.
What you get
Receive instant HTTP POST notifications when emails are delivered, bounced, opened, or clicked.
Know immediately when someone subscribes, unsubscribes, or updates their preferences.
Every webhook payload is signed with your secret key so you can verify it came from SplashSend.
Failed deliveries are logged with timestamps and a failure count so you can monitor endpoint health.
Choose exactly which events you want to receive. Only get notified about what matters to you.
Add a webhook endpoint from the Setup page in your dashboard and start receiving events immediately.
How it works
Enter your webhook URL in the Setup page and choose which events to receive.
Use the signing secret to verify each payload is genuinely from SplashSend before processing it.
Handle incoming events in your application. Update records, trigger actions, or log activity.