Bandwidth · Schema

Bandwidth Message

Represents an SMS or MMS message sent or received through the Bandwidth Messaging API, including delivery status, media attachments, and routing metadata.

CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

Properties

Name Type Description
id string The unique identifier for the message, assigned by Bandwidth
owner string The Bandwidth phone number that owns the message
applicationId string The Bandwidth application ID associated with the message
from string The source phone number in E.164 format
to array Array of destination phone numbers in E.164 format
text string The text content of the message
media array Array of media URLs for MMS attachments
direction string The direction of the message (in for received, out for sent)
segmentCount integer The number of segments the message was split into for delivery
time string The ISO 8601 timestamp when the message was created
tag string A custom string attached to the message for tracking
priority string The priority level of the message
expiration string The expiration time after which undelivered messages are discarded
View JSON Schema on GitHub