email_verification.created
Disparado quando uma nova verificação de email é criada.
{
"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 da verificação.
object
string
Sempre email_verification.
email
string
Endereço de email que foi verificado.
status
string
Status da verificação (completed, pending, failed).
score
integer
Pontuação de entregabilidade (0-100).
risk
string
Nível de risco (low, medium, high, unknown).
result
string
Resultado da verificação (safe, risky, invalid, unknown).
mode
string
Modo de verificação (full, fast).
checks
object
Verificações individuais incluindo valid_syntax, disposable, role_account, inbox_full, deliverable, disabled, free_email, gibberish, catch_all, smtp_connect, has_mx_records e domain_age.
address
object
Componentes do endereço de email analisados incluindo mailbox, domain, suffix e root.
did_you_mean
string | null
Sugestão de correção quando aplicável.
mx_records
array
Registros MX do domínio.
created_at
string
Timestamp no formato ISO 8601.
updated_at
string
Timestamp no formato ISO 8601.
email_verification.updated
Disparado quando uma verificação de email é atualizada.
{
"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 da verificação.
object
string
Sempre email_verification.
email
string
Endereço de email que foi verificado.
status
string
Status da verificação (completed, pending, failed).
score
integer
Pontuação de entregabilidade (0-100).
risk
string
Nível de risco (low, medium, high, unknown).
result
string
Resultado da verificação (safe, risky, invalid, unknown).
mode
string
Modo de verificação (full, fast).
checks
object
Verificações individuais incluindo valid_syntax, disposable, role_account, inbox_full, deliverable, disabled, free_email, gibberish, catch_all, smtp_connect, has_mx_records e domain_age.
address
object
Componentes do endereço de email analisados incluindo mailbox, domain, suffix e root.
did_you_mean
string | null
Sugestão de correção quando aplicável.
mx_records
array
Registros MX do domínio.
created_at
string
Timestamp no formato ISO 8601.
updated_at
string
Timestamp no formato ISO 8601.
email_verification.deleted
Disparado quando uma verificação de email é excluída.
{
"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 da verificação.
object
string
Sempre email_verification.
email
string
Endereço de email que foi verificado.
status
string
Status da verificação (completed, pending, failed).
score
integer
Pontuação de entregabilidade (0-100).
risk
string
Nível de risco (low, medium, high, unknown).
result
string
Resultado da verificação (safe, risky, invalid, unknown).
mode
string
Modo de verificação (full, fast).
checks
object
Verificações individuais incluindo valid_syntax, disposable, role_account, inbox_full, deliverable, disabled, free_email, gibberish, catch_all, smtp_connect, has_mx_records e domain_age.
address
object
Componentes do endereço de email analisados incluindo mailbox, domain, suffix e root.
did_you_mean
string | null
Sugestão de correção, se aplicável.
mx_records
array
Registros MX do domínio.
created_at
string
Timestamp no formato ISO 8601.
updated_at
string
Timestamp no formato ISO 8601.