# Email Deliverability MX Audit

**Use case:** 

Audit MX records across customer or vendor domains to find missing mail exchange records before outreach campaigns.

## Input

```json
{
  "domains": [
    "hubspot.com",
    "mailchimp.com",
    "sendgrid.com",
    "invalid-example.test"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "hasMxRecords": {
    "label": "Has MX"
  },
  "recordCount": {
    "label": "Count"
  },
  "records": {
    "label": "Records"
  },
  "provider": {
    "label": "Provider"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [MX Record Checker](https://apify.com/automation-lab/mx-record-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/mx-record-checker) to learn more, explore other use cases, and run it yourself.