Telegram node "send and wait response" should include thread_id and parse_mode

Image

As you can see the operation to “send and wait response” is missing the following options

  • parse mode
  • thread_id

why those options are useful

send and wait response” is a great to keep the “human in the loop”. Since it make sense to use them in a collaborative environment, using thread_id a great way to isolate the bot actions inside a telegram private group thread (since you can silent thread notifications).

without thread_id the node send messages, but they are sent into the default thread.

parse mode is also useful, because you may want to send a markdown or html payload inside the message.

to be clear

most other telegram operations support the thread_id option.

To Reproduce

Try to send a message inside a thread using “send and wait for answer” operation.

Expected behavior

the message should be delivered inside the thread_id specified.

Debug Info

it’s a missing option therefore there is no debug, since in inside other telegram operations the option is available.

Operating System

Docker

n8n Version

1.103.2

Node.js Version

22.17.0

Database

SQLite (default)

Execution mode

main (default)

Hosting

self hosted

Are you willing to work on this?