*** id: 45b9fe45-6438-48e1-bed6-03f0e0d4f437 title: Relay.Messaging.SendResult slug: /node/reference/messaging/send-result max-toc-depth: 3 ---------------- [send]: /docs/server-sdk/v2/node/reference/messaging#send This object returned from [`send`][send] method that represents the result of a send operation. ## Properties | Property | Type | Description | | ------------ | --------- | -------------------------------------------------------------- | | `successful` | `boolean` | Whether the send operation has successfully queued the message | | `messageId` | `string` | The ID of the message |