Skip to content

SMS Email Parsing Fail

POST

Triggered when Email to SMS email parsing fails

object
id

Unique entity UUID

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

Version of the notification webhook data structure

string
Example
2022-05-25
name

Webhook’s event name

string
created_at

Timestamp when the entity was added to the system by the user

integer
attempt_total

Total number of notification webhook delivery attempts

integer
>= 1 <= 4
Example
4
attempt_number

Current webhook notification attempt number

integer
>= 1
Example
1
data

Event-specific data payload

object
notification_task_id

Notification task identifier (request identifier)

string format: uuid
Example
3378de83-de66-4de8-9d29-2b10d41bb641
name
Allowed values: sms.email.parsing.fail
data

Data for sms.email.parsing.fail events

object
field

Field related to the error

string
Example
recipient
description

Error description

string
Example
Invalid phone number format
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

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 received

Invalid webhook request’s body structure

Webhook request unauthorized

Webhook access forbidden

Webhook access forbidden

Server error