> ## 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 Channel

Send message to a channel

## Input

| Property       | Type        | Required | Description                                               |
| -------------- | ----------- | -------- | --------------------------------------------------------- |
| channel        | DROPDOWN    | Yes      | Channel, private group, or IM channel to send message to. |
| 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
  ]
}
```
