Skip to content
Troubleshooting: Ba...
 
Notifications
Clear all

Troubleshooting: Bad Request - Chat Not Found

4 Posts
3 Users
0 Reactions
5 Views
Suhani_Bhatt
(@suhani_bhatt)
Posts: 2
New Member
Topic starter
 

Hello,

I'm encountering an error in my callin.io workflow with the last trigger, which is meant to send the output of my AI agent. It's reporting a "Bad Request: check your parameters."

The workflow functions perfectly when sending text messages, but it fails with this error when sending voice messages.

Here's a look at my workflow:

And here is the error message from the final node:

Could someone please assist me with this?

 
Posted : 28/06/2025 11:30 am
Wouter_Nigrini
(@wouter_nigrini)
Posts: 31
Eminent Member
 

Your chat ID should always originate from the initial “Telegram Trigger” to ensure you are working with the most recent conversation.

Therefore, please utilize this instead:

javascript
{{ $('Telegram Trigger').first().json.message.chat.id }}

 
Posted : 28/06/2025 11:59 am
Suhani_Bhatt
(@suhani_bhatt)
Posts: 2
New Member
Topic starter
 

Thank you very much, that worked perfectly.

 
Posted : 28/06/2025 1:35 pm
system
(@system)
Posts: 332
Reputable Member
 

This discussion was automatically closed 7 days following the last response. New replies are no longer permitted.

 
Posted : 05/07/2025 1:35 pm
Share: