Ir al contenido

Bulk Mail Webhook de error

POST

El evento bulk.email.parsing.fail se envía cuando se produce un error en el análisis del correo electrónico.

Notificaciones de webhook

Media type application/json
object
id

UUID único de entidad

string
/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
api_version

Versión de la estructura de datos de notificación

string
name

Nombre del evento de Webhook

string
created_at

Fecha en la que se añadió la entidad al sistema por el usuario

integer
attempt_total

Número total de intentos de entrega de webhooks de notificación

integer
>= 1 <= 4
attempt_number

Número de intento de notificación webhook actual

integer
>= 1
notification_task_id

Notification task identifier (request identifier)

string format: uuid
name
Allowed values: bulk.email.parsing.fail
data

Data for bulk.email.parsing.fail events

object
field

Field related to the error

string
description

Error description

string
email

Email object for bulk email events

object
id

Email identifier

string
from

Sender email address

string format: email
to

Destination email address

string format: email
subject

Email subject line

string
body

Email body content

string
Examples
Example invalid_number

Evento de Fallo en Análisis de Email Masivo

Evento enviado cuando falla el análisis de email masivo

{
"id": "d6ff9b42-1da5-711f-df20-f0173a4e7df1",
"api_version": "2022-05-25",
"name": "bulk.email.parsing.fail",
"created_at": 1653378903,
"attempt_total": 1,
"attempt_number": 1,
"data": {
"field": "to",
"description": "Invalid phone number format",
"email": {
"id": "email-124",
"from": "sender@example.com",
"to": "bulk@your-domain.com",
"subject": "SMS Bulk Request",
"body": "Invalid message content"
}
},
"notification_task_id": "6601ab16-ca99-7fe1-cf4c-5e43f74ee974"
}

Webhook recibido

Estructura del cuerpo de la solicitud de webhook no válida

Solicitud de webhook no autorizada

Acceso Webhook prohibido

No se ha encontrado el punto final del webhook

Error del servidor