SMS API
SMSIncomingMessage
This type is part of the data returned by the GetUnreadIncomingMessages method.
Type Properties
| Property Name | Description | Data Type | Sample |
|---|---|---|---|
| FromPhoneNumber | Phone number that sent the incoming message. | String | 7575550000 |
| IncomingMessageID | Unique ID for the incoming message. | Guid | 1835fecd-8402-4b02-91a4-5f4f9e036fe6 |
| MatchedMessageID | Unique ID that matches the outgoing MessageID that this message is in response to. | Guid | 1627aea5-8e0a-4371-9022-9b504344e724 |
| Message | Content of the incoming message. | String | Hi, thanks for the message. |
| ResponseReceiveDate | UTC date/time when the message was received. | DateTime | \/Date(1682439497785)\/ |
| ToPhoneNumber | Destination phone number of the incoming message. | String | 7575551111 |
Let’s start sending, together.