Data Types
Holds details on a message.
Properties
- MessageId - the internal id of the message.
- Status - the status of the message.
- PhoneNumber - the number the message is being sent to.
- ExternalSystemId - an Id for the message provided by the consumer when lodging.
- Tags - Comma seperated tags provided for the message by the consumer when lodging.
Holds details on a reply.
Properties
- MessageText - The text of the reply message.
- MessageId - The internal id of the reply message.
- From - The phone number the reply was received from.
- To - The phone number the reply was sent to.
- DateReceived - The date and time at which the reply was received.