SMS API
IncomingMessageResponse
This response is returned by the ReadIncomingMessages
method.
Type Properties
Property Name | Description | Data Type | Sample |
---|---|---|---|
Attachments | Media IDs for the message’s attachments. | Array of Long values | 10000001,10000005 |
From | Number used to send the message. | String | 7575550000 |
IncomingMessageID | Unique ID of the incoming message. | GUID | 1627aea5-8e0a-4371-9022-9b504344e724 |
OutgoingMessageID | Unique ID of the outgoing message. | GUID | 1627aea5-8e0a-4371-9022-9b504344e724 |
Payload | Incoming message content. | String | Thank you for your message. |
ReceivedDate | UTC date/time when the incoming message was received. | DateTime | \/Date(1682439497785)\/ |
Subject | Subject of the incoming message. | String | Reply |
To | Recipient number. | String | 7575559999 |
Udh | Header that shows the number of concatenated messages in their correct order. | Array of Byte values | 81,109,70,122,90,83,65,50,78,67,66,84,100 |
Let’s start sending, together.