Description:
I’m trying to send a message from Make.com to my private Telegram chat using the “Send a Message” module. However, I’m getting the error:
[400] Bad Request: chat not found
Also tried to create a connection with private chanel with a chat id, but got this error: Value must not be empty. I’m sure that everything was correct.
What I’ve tried so far:
Sent
/start
to the bot manually.
Verified my Chat ID using
getUpdates
API.
Checked that the bot is not blocked in my Telegram settings.
Tested sending a message manually via Telegram API
Problem:
Despite everything working fine via the API, Make.com still gives the [400] Bad Request: chat not found
error when trying to send messages to my private chat.
Questions:
- Is there a known issue with Telegram bots sending messages to private chats in Make.com?
- Are there any specific formatting requirements for the Chat ID? (e.g.,
user_id:712718696
instead of just712718696
?) - Any possible workarounds if this is a bug?
Thanks in advance for any help!