Inbound Messaging

The InboundMessage Object

The InboundMessage object represents a message received by the platform from an external sender. It includes sender/recipient/channel details, message body, inbox/station context, permalink, and any attachments. This object gives you the full inbound communication record needed for follow-up or analysis workflows.

ValueTypeDescription
uuidstringInbound message UUID.
to_numberstringDestination number.
from_numberstringSource number.
bodystringMessage body.
channelstringChannel name/value.
created_atstringRecord creation timestamp.
updated_atstringRecord update timestamp.
station_uuidstringStation UUID when station_id is present.
inbox_uuidstringInbox UUID when inbox_id is present.
permalinkstringPermalink value.
attachmentsarrayArray of serialized Attachment objects via AttachmentBlueprint.