SMS Email Parsing Success
Triggered when Email to SMS email is successfully parsed
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 sms.email.parsing.success events
object
Array of SMS data from parsed email
object
Unique entity UUID
Recipient (international) number:
- +491701234567 (E.164)
- 00491701234567
- 491701234567
- 01701234567 (if the account is registered in Germany) will be convert to +491701234567
If the number is not in an E.164 format then the service will convert it based on user’s address. To avoid problems with the converting please use E.164 preferentially.
The message text can have a length of up to 1530 characters. With a Unicode SMS, the maximum character length is reduced to 670 characters. Internal encoding is UTF-8.
Email object for bulk email events
object
Email identifier
Sender email address
Destination email address
Email subject line
Email body content
Examples
SMS Email Parsing Success Event
Event sent when email to SMS parsing is successful
{ "id": "d6ff9b42-1da5-711f-df20-f0173a4e7df1", "api_version": "2022-05-25", "name": "sms.email.parsing.success", "created_at": 1653378803, "attempt_total": 1, "attempt_number": 1, "data": { "sms": [ { "uuid": "f8a34ce6-ee9f-33ae-d8fc-747622ddd9fe", "to": "+4915123456789", "text": "Hello, this is your SMS message content parsed from email." } ], "email": { "id": "email-456", "from": "sender@example.com", "to": "sms@your-domain.com", "subject": "SMS Request", "body": "Send SMS to +4915123456789: Hello, this is your SMS message content parsed from email." } }, "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