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?
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 }}
Thank you very much, that worked perfectly.
This discussion was automatically closed 7 days following the last response. New replies are no longer permitted.