SMS Email Parsing Fail
Triggered when Email to SMS email parsing fails
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
Unique entity UUID
Version of the notification webhook data structure
Example
2022-05-25Webhook’s event name
Timestamp when the entity was added to the system by the user
Total number of notification webhook delivery attempts
Example
4Current webhook notification attempt number
Example
1Event-specific data payload
object
Notification task identifier (request identifier)
Example
3378de83-de66-4de8-9d29-2b10d41bb641Data for sms.email.parsing.fail events
object
Field related to the error
Example
recipientError description
Example
Invalid phone number formatEmail object for bulk email events
object
Email identifier
Sender email address
Destination email address
Email subject line
Email body content
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"}Responses
Section titled “ Responses ”Webhook received
Invalid webhook request’s body structure
Webhook request unauthorized
Webhook access forbidden
Webhook access forbidden
Server error