email_verification.created

Se dispara cuando se crea una nueva verificación de correo electrónico.

{
  "event_id": "evt_2bH7kNwP5mQaV1sXgIdKe6pZr",
  "type": "email_verification.created",
  "data": {
    "object": {
      "id": "ev_adasaadas525223r",
      "object": "email_verification",
      "email": "exists@example.com",
      "status": "completed",
      "score": 100,
      "risk": "low",
      "result": "safe",
      "mode": "full",
      "checks": {
        "valid_syntax": true,
        "disposable": false,
        "role_account": false,
        "inbox_full": false,
        "deliverable": true,
        "disabled": false,
        "free_email": false,
        "gibberish": false,
        "catch_all": false,
        "smtp_connect": true,
        "has_mx_records": true,
        "domain_age": 5840
      },
      "address": {
        "mailbox": "exists",
        "domain": "example.com",
        "suffix": null,
        "root": "exists@example.com"
      },
      "did_you_mean": null,
      "mx_records": [
        {
          "priority": 10,
          "exchange": "mail.example.com"
        }
      ],
      "created_at": "2025-12-24T09:00:00.000000Z",
      "updated_at": "2025-12-24T10:30:00.000000Z"
    }
  }
}

Campos

id string

Identificador único de la verificación.

object string

Siempre email_verification.

email string

Dirección de correo electrónico que fue verificada.

status string

Estado de la verificación (completed, pending, failed).

score integer

Puntuación de entregabilidad (0-100).

risk string

Nivel de riesgo (low, medium, high, unknown).

result string

Resultado de la verificación (safe, risky, invalid, unknown).

mode string

Modo de verificación (full, fast).

checks object

Verificaciones individuales que incluyen valid_syntax, disposable, role_account, inbox_full, deliverable, disabled, free_email, gibberish, catch_all, smtp_connect, has_mx_records y domain_age.

address object

Componentes analizados de la dirección de correo que incluyen mailbox, domain, suffix y root.

did_you_mean string | null

Corrección sugerida si aplica.

mx_records array

Registros MX del dominio.

created_at string

Marca de tiempo ISO 8601.

updated_at string

Marca de tiempo ISO 8601.

email_verification.updated

Se dispara cuando se actualiza una verificación de correo electrónico.

{
  "event_id": "evt_2bH7kNwP5mQaV1sXgIdKe6pZr",
  "type": "email_verification.updated",
  "data": {
    "object": {
      "id": "ev_adasaadas525223r",
      "object": "email_verification",
      "email": "exists@example.com",
      "status": "completed",
      "score": 100,
      "risk": "low",
      "result": "safe",
      "mode": "full",
      "checks": {
        "valid_syntax": true,
        "disposable": false,
        "role_account": false,
        "inbox_full": false,
        "deliverable": true,
        "disabled": false,
        "free_email": false,
        "gibberish": false,
        "catch_all": false,
        "smtp_connect": true,
        "has_mx_records": true,
        "domain_age": 5840
      },
      "address": {
        "mailbox": "exists",
        "domain": "example.com",
        "suffix": null,
        "root": "exists@example.com"
      },
      "did_you_mean": null,
      "mx_records": [
        {
          "priority": 10,
          "exchange": "mail.example.com"
        }
      ],
      "created_at": "2025-12-24T09:00:00.000000Z",
      "updated_at": "2025-12-24T10:30:00.000000Z"
    }
  }
}

Campos

id string

Identificador único de la verificación.

object string

Siempre email_verification.

email string

Dirección de correo electrónico que fue verificada.

status string

Estado de la verificación (completed, pending, failed).

score integer

Puntuación de entregabilidad (0-100).

risk string

Nivel de riesgo (low, medium, high, unknown).

result string

Resultado de la verificación (safe, risky, invalid, unknown).

mode string

Modo de verificación (full, fast).

checks object

Verificaciones individuales que incluyen valid_syntax, disposable, role_account, inbox_full, deliverable, disabled, free_email, gibberish, catch_all, smtp_connect, has_mx_records y domain_age.

address object

Componentes analizados de la dirección de correo que incluyen mailbox, domain, suffix y root.

did_you_mean string | null

Corrección sugerida si aplica.

mx_records array

Registros MX del dominio.

created_at string

Marca de tiempo ISO 8601.

updated_at string

Marca de tiempo ISO 8601.

email_verification.deleted

Se activa cuando se elimina una verificación de correo electrónico.

{
  "event_id": "evt_2bH7kNwP5mQaV1sXgIdKe6pZr",
  "type": "email_verification.deleted",
  "data": {
    "object": {
      "id": "ev_adasaadas525223r",
      "object": "email_verification",
      "email": "exists@example.com",
      "status": "completed",
      "score": 100,
      "risk": "low",
      "result": "safe",
      "mode": "full",
      "checks": {
        "valid_syntax": true,
        "disposable": false,
        "role_account": false,
        "inbox_full": false,
        "deliverable": true,
        "disabled": false,
        "free_email": false,
        "gibberish": false,
        "catch_all": false,
        "smtp_connect": true,
        "has_mx_records": true,
        "domain_age": 5840
      },
      "address": {
        "mailbox": "exists",
        "domain": "example.com",
        "suffix": null,
        "root": "exists@example.com"
      },
      "did_you_mean": null,
      "mx_records": [
        {
          "priority": 10,
          "exchange": "mail.example.com"
        }
      ],
      "created_at": "2025-12-24T09:00:00.000000Z",
      "updated_at": "2025-12-24T10:30:00.000000Z"
    }
  }
}

Campos

id string

Identificador único de la verificación.

object string

Siempre email_verification.

email string

Dirección de correo electrónico que fue verificada.

status string

Estado de la verificación (completed, pending, failed).

score integer

Puntuación de entregabilidad (0-100).

risk string

Nivel de riesgo (low, medium, high, unknown).

result string

Resultado de la verificación (safe, risky, invalid, unknown).

mode string

Modo de verificación (full, fast).

checks object

Verificaciones individuales que incluyen valid_syntax, disposable, role_account, inbox_full, deliverable, disabled, free_email, gibberish, catch_all, smtp_connect, has_mx_records y domain_age.

address object

Componentes analizados de la dirección de correo que incluyen mailbox, domain, suffix y root.

did_you_mean string | null

Sugerencia de corrección si aplica.

mx_records array

Registros MX del dominio.

created_at string

Marca de tiempo ISO 8601.

updated_at string

Marca de tiempo ISO 8601.

Localizado por IA