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.
| Value | Type | Description |
|---|---|---|
| uuid | string | Inbound message UUID. |
| to_number | string | Destination number. |
| from_number | string | Source number. |
| body | string | Message body. |
| channel | string | Channel name/value. |
| created_at | string | Record creation timestamp. |
| updated_at | string | Record update timestamp. |
| station_uuid | string | Station UUID when station_id is present. |
| inbox_uuid | string | Inbox UUID when inbox_id is present. |
| permalink | string | Permalink value. |
| attachments | array | Array of serialized Attachment objects via AttachmentBlueprint. |
