Bulk Email Parsing Success
The event bulk.email.parsing.success sends on successful parsing Email to SMS Bulk
email.
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 bulk.email.parsing.success events
object
SMS Bulk response object
object
Unique entity UUID
Bulk’s status:
0- new and not processed5- bulks in progress10- bulks was successfully processed15- bulk’s processing was canceled by the user20- system error201- error: no recipients found
Timestamp when the entity was added to the system by the user
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 Success Event
Event sent when bulk email is successfully parsed
{ "id": "d6ff9b42-1da5-711f-df20-f0173a4e7df1", "api_version": "2022-05-25", "name": "bulk.email.parsing.success", "created_at": 1653378803, "attempt_total": 1, "attempt_number": 1, "data": { "bulk": { "id": "f8a34ce6-ee9f-33ae-d8fc-747622ddd9fe", "status": 10, "created_at": 1653378803 }, "email": { "id": "email-123", "from": "sender@example.com", "to": "bulk@your-domain.com", "subject": "SMS Bulk Request", "body": "Message content here" } }, "notification_task_id": "5590fa05-fb88-6fc0-bf3b-4d32f63dd863"}Responses
Section titled “ Responses ”Webhook received
Invalid webhook request’s body structure
Webhook request unauthorized
Webhook access forbidden
Webhook access forbidden
Server error