email_verification.created
Attivato quando viene creata una nuova verifica email.
{
"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"
}
}
}
Campi
id
string
Identificativo univoco della verifica.
object
string
Sempre email_verification.
email
string
Indirizzo email che è stato verificato.
status
string
Stato della verifica (completed, pending, failed).
score
integer
Punteggio di recapitabilità (0-100).
risk
string
Livello di rischio (low, medium, high, unknown).
result
string
Risultato della verifica (safe, risky, invalid, unknown).
mode
string
Modalità di verifica (full, fast).
checks
object
Controlli individuali di verifica che includono valid_syntax, disposable, role_account, inbox_full, deliverable, disabled, free_email, gibberish, catch_all, smtp_connect, has_mx_records e domain_age.
address
object
Componenti analizzati dell’indirizzo email che includono mailbox, domain, suffix e root.
did_you_mean
string | null
Correzione suggerita se applicabile.
mx_records
array
Record MX per il dominio.
created_at
string
Timestamp ISO 8601.
updated_at
string
Timestamp ISO 8601.
email_verification.updated
Attivato quando una verifica email viene aggiornata.
{
"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"
}
}
}
Campi
id
string
Identificativo univoco della verifica.
object
string
Sempre email_verification.
email
string
Indirizzo email che è stato verificato.
status
string
Stato della verifica (completed, pending, failed).
score
integer
Punteggio di recapitabilità (0-100).
risk
string
Livello di rischio (low, medium, high, unknown).
result
string
Risultato della verifica (safe, risky, invalid, unknown).
mode
string
Modalità di verifica (full, fast).
checks
object
Controlli individuali di verifica che includono valid_syntax, disposable, role_account, inbox_full, deliverable, disabled, free_email, gibberish, catch_all, smtp_connect, has_mx_records e domain_age.
address
object
Componenti analizzati dell’indirizzo email che includono mailbox, domain, suffix e root.
did_you_mean
string | null
Correzione suggerita se applicabile.
mx_records
array
Record MX per il dominio.
created_at
string
Timestamp ISO 8601.
updated_at
string
Timestamp ISO 8601.
email_verification.deleted
Attivato quando una verifica email viene eliminata.
{
"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"
}
}
}
Campi
id
string
Identificativo univoco della verifica.
object
string
Sempre email_verification.
email
string
Indirizzo email che è stato verificato.
status
string
Stato della verifica (completed, pending, failed).
score
integer
Punteggio di recapitabilità (0-100).
risk
string
Livello di rischio (low, medium, high, unknown).
result
string
Risultato della verifica (safe, risky, invalid, unknown).
mode
string
Modalità di verifica (full, fast).
checks
object
Controlli individuali della verifica che includono valid_syntax, disposable, role_account, inbox_full, deliverable, disabled, free_email, gibberish, catch_all, smtp_connect, has_mx_records e domain_age.
address
object
Componenti analizzati dell’indirizzo email che includono mailbox, domain, suffix e root.
did_you_mean
string | null
Correzione suggerita se applicabile.
mx_records
array
Record MX per il dominio.
created_at
string
Timestamp ISO 8601.
updated_at
string
Timestamp ISO 8601.