> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Message To A User

Send message to a user

## Input

| Property       | Type        | Required | Description                    |
| -------------- | ----------- | -------- | ------------------------------ |
| userId         | DROPDOWN    | Yes      | Message receiver               |
| text           | LONG\_TEXT  | Yes      | The text of your message       |
| username       | SHORT\_TEXT | No       | The username of the bot        |
| profilePicture | SHORT\_TEXT | No       | The profile picture of the bot |

## Sample Output

```json theme={null}
{
  "success": true,
  "message": "sample message",
  "results": [
    1,
    2,
    3,
    4
  ]
}
```
