Webhooks
Real-time event notifications for bulk jobs and account events.
Coming Soon. Webhooks are currently in development and will be available in a future release. Sign up for our newsletter or check the changelog for updates.
What webhooks will support
When webhooks launch, you'll be able to receive real-time notifications for:
- Bulk job completed — triggered when a bulk verification job finishes processing
- Low credits warning — triggered when your credit balance drops below a threshold
- Daily limit reached — triggered when you hit your daily verification limit
Planned webhook format
Events will be delivered as HTTP POST requests to your configured endpoint:
json
{
"event": "bulk_job.completed",
"timestamp": "2026-03-01T12:00:00Z",
"data": {
"job_id": "job_xxxxxxxx",
"total_emails": 5000,
"valid": 3842,
"invalid": 891,
"risky": 267
}
}
Get notified
In the meantime, you can poll job status from the dashboard, or contact us if webhooks are critical for your integration and you'd like early access.