> For the complete documentation index, see [llms.txt](https://abdi-dev.gitbook.io/mycuterobot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abdi-dev.gitbook.io/mycuterobot/steps/message/sendmessage.md).

# Send

(from Message Step Category)

Send a message

### Inputs

This step needs some input to work properly when you attempt to add this step in the sketch

| Input              | Description                                          | Type                                      |
| ------------------ | ---------------------------------------------------- | ----------------------------------------- |
| Channel to send to | This will be the channel where I send the message to | [Channel](/mycuterobot/inputs/channel.md) |
| Message to send    | This will be the message content that I will send    | [Text](/mycuterobot/inputs/text.md)       |

### Placeholders

This step provides 1 [placeholders](/mycuterobot/tutorials/placeholder.md) for your use

| Placeholder                                     | Description                              |
| ----------------------------------------------- | ---------------------------------------- |
| [message](/mycuterobot/placeholders/message.md) | The message that got sent from this step |

#### Using Placeholders

[placeholder](/mycuterobot/tutorials/placeholder.md) of a step, can be used only if you provided the step number after the [placeholder](/mycuterobot/tutorials/placeholder.md) name\
For example, using [placeholder](/mycuterobot/tutorials/placeholder.md) `message` that provided from the step number 3

```
<message3>
```
