SMS Sent/Received
This event is fired when an SMS is received or sent on the account
Parameters
| Parameter | Type | Description |
|---|---|---|
| EventType | string | Has the value “sms_processed” for this event |
| sms_id | string | Unique identifier for the SMS Message |
| from | string | E164 number this SMS was sent from |
| to | string | E164 number this SMS was sent from |
| message | string | Content of the message |
| direction | string | Inbound or outbound |
| date | datetime | ISO 8601 Formatted date string |