Webhooks + Kawaa
Real-time verification notifications
Receive instant notifications when email verifications complete. Webhooks let you integrate Kawaa with any system by sending HTTP callbacks to your specified endpoints.
Features
How to Set Up
Configure endpoint
Set up an HTTP endpoint on your server to receive webhook payloads.
Register webhook
Add your endpoint URL in the Kawaa dashboard under webhook settings.
Verify signatures
Implement signature verification to ensure webhooks are from Kawaa.
Process events
Handle incoming webhook events and update your systems accordingly.
Use Cases
Get notified when bulk verifications complete
Update databases in real-time
Trigger downstream workflows
Sync verification results to external systems
Frequently Asked Questions
What events trigger webhooks?
Webhooks are sent for bulk verification completion, list processing milestones, and optionally for single verifications.
What if my endpoint is down?
Kawaa retries failed webhook deliveries with exponential backoff for up to 24 hours.
How do I verify webhook authenticity?
Each webhook includes a signature header. Verify it using your webhook secret from the dashboard.
Ready to integrate Webhooks?
Get started with 100 free verifications. No credit card required.
Start Free Trial