Messaging
A Message is an inbound or outbound message sent or received by your SignalWire project. Messages are identified by a unique, random ID, and can have attachments, called Media, associated with them. These Media files are managed separately from the Messages themselves, and are stored in Media subresource objects. To retrieve a list of the media associated with a message, use the Media subresource for that Message instance.
The message object
The currency in which price is charged as.
Example object
Message status
The status attribute of a Message indicates the last known state of the Message.
Subresources: media
Any media associated with a message can be listed using the media URI in the Subresources object:
https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media
StatusCallback parameters
In addition to the standard request parameters,
the following are parameters passed back to your application when SignalWire sends an update to a message’s StatusCallback URL.