Bad request

this is my entire workflow please any one tell me what to do

Can you explain more about which node has the bad request?

I can’t tell from the screenshot

the Correct errors node has given the Bad request

Okay so the error from telegram and it said message is too long

So looks like the AI output too many character and beyond the telegram api limit.

2 ways to solve it.

  1. Ask the AI to output less than 4096 characters.
  2. Chunk the content and send to telegram. Maybe 1000 characters per message, so you will receive multiple telegram message.