Ir al contenido

Error al analizar correo SMS

POST

Se activa cuando falla el análisis de correo electrónico a SMS

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: sms.email.parsing.fail
data

Data for sms.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 fail

SMS Email Parsing Fail Event

Event sent when email to SMS parsing fails

{
"id": "a3cd6e19-8af2-498d-ad07-c7840f1b4ac8",
"api_version": "2022-05-25",
"name": "sms.email.parsing.fail",
"created_at": 1653378603,
"attempt_total": 1,
"attempt_number": 1,
"data": {
"field": "recipient",
"description": "Invalid phone number format",
"email": {
"id": "email-789",
"from": "sender@example.com",
"to": "sms@your-domain.com",
"subject": "SMS Request",
"body": "Send SMS to invalid-phone: Test message"
}
},
"notification_task_id": "3378de83-de66-4de8-9d29-2b10d41bb641"
}

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