Outbound Messaging

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.

ValueTypeDescription
uuidstringMessage UUID.
bodystringMessage body.
recipient_numberstringRecipient number.
fromstringSender value.
routestringMessage route.
categorystringMessage category.
statusstringComputed value: delivered if delivered_at exists, otherwise undelivered.
station_uuidstringStation UUID when station_id is present.
created_atstringRecord creation timestamp.
updated_atstringRecord update timestamp.