Docs/Webhooks

Webhooks

Real-time event notifications for bulk jobs and account events.

View Markdown OpenAPI JSON
🔔
Coming Soon. Webhooks are currently in development and will be available in a future release. Check the API docs for the current endpoints.

What webhooks will support

When webhooks launch, you'll be able to receive real-time notifications for:

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.

Contact us about early webhook access →