Tradingview-Telegram Integration via Pipedream

Hi there, I’m a trader and using Tradingview to send webhook alarms to Telegram via Pipedream. I normally works well but not always, depending on the type of alarms. For some of the alarms I’m getting the following error message:

Your workflow at https://pipedream.com/@js11techtrading/p_xMCO3m7/inspect/2JouGpQ2awxsPNXdT66X3rGnDdX generated the following error at 2:37:43 PM GMT on Tue, Jan 3, 2023:

Error — Request failed with status code 400

Any ideas on how to resolve this issue?

Thanks!

Juergen

Hi @js11techtrading, could you share more detail regarding the steps that failed? You can inspect the failed events in the link in the alert

Here is the snapshot. Thank you!

Here are the other details…

Oh, I think the custom request you constructed to send to Telegram API is incorrect now (maybe Telegram changed their API signature for example).

I would suggest to use Pipedream’s Telegram action for this instead if you can

Thanks but I think the problem is elsewhere as some of the Tradingview signals are being forwarded to Telegram. For me, those that work look exactly like those that do not work. I attach the details for an example which does work:

Additional details:

The error is not coming from Pipedream, but it’s from the Telegram server, so maybe your constructed request failed some validations on Telegram service (hence 400 status code error). I would recommend you to revise your request with Telegram API doc to see if anything that goes missing.

If you want to hire an expert to support your usecase, you’re welcome to use this link: Connect with a Pipedream Partner

You are correct and the issue is that Pipedream does not like German special letter like Ä,Ö,Ü being sent by Tradingview…
Avoiding these letters, everything is working fine now.
Thanks for you help, very much appreciated!

1 Like