Bulk Email Parsing Error Webhook
The event bulk.email.parsing.fail sends on email parsing error.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
Unique entity UUID
Version of the notification webhook data structure
Webhook’s event name
Timestamp when the entity was added to the system by the user
Total number of notification webhook delivery attempts
Current webhook notification attempt number
Event-specific data payload
object
Notification task identifier (request identifier)
Data for bulk.email.parsing.fail events
object
Field related to the error
Error description
Email object for bulk email events
object
Email identifier
Sender email address
Destination email address
Email subject line
Email body content
Examples
Bulk Email Parsing Fail Event
Event sent when bulk email parsing fails
{ "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"}Responses
Section titled “ Responses ”Webhook received
Invalid webhook request’s body structure
Webhook request unauthorized
Webhook access forbidden
Webhook access forbidden
Server error