The Message Object
The Message object represents an outbound message sent by the platform. It stores destination/routing/category details and includes a computed delivery status (delivered vs undelivered) based on delivery timing. It’s the operational view for what was sent, where it went, and whether it appears delivered.
| Value | Type | Description |
|---|---|---|
| uuid | string | Message UUID. |
| body | string | Message body. |
| recipient_number | string | Recipient number. |
| from | string | Sender value. |
| route | string | Message route. |
| category | string | Message category. |
| status | string | Computed value: delivered if delivered_at exists, otherwise undelivered. |
| station_uuid | string | Station UUID when station_id is present. |
| created_at | string | Record creation timestamp. |
| updated_at | string | Record update timestamp. |
