Node-red-contrib-chatbot

I’m just starting to study node-red, I didn’t find in the documentation why the message is not sent, I connected node-red-contrib-chatbot, and I want to send a message (let payload = {
chatId: ******,
type: "message",
content: ..... ${msg.number} ......
}
return { payload }; ) from the function when I directly connect the function to Telegram sender and when calling inject into the bot nothing is sent. I would be very grateful for your help

I would suggest you paste the relevant part of your flow -

In order to make code readable and usable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```)

``` 
   code goes here 
```

You can edit and correct your post by clicking the pencil :pencil2: icon.

See this post for more details - How to share code or flow json

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.