Domain Events

Domain DNS Error

Triggered when there's a DNS configuration issue with your sending domain.

This event indicates that your domain's DNS records (SPF, DKIM, or DMARC) may be misconfigured or have become invalid. This can affect email deliverability.

Action required: Check your domain's DNS settings in the dashboard and verify all records are correctly configured.

postWebhookDomainDNSError

Payload

eventstring
timestampinteger

Example payload

{
  "event": "DomainDNSError",
  "timestamp": 1704672000,
  "payload": {
    "status": "Error",
    "details": "SPF record not found"
  }
}

Response

Webhook received successfully

Changes