Telegram webhook

I have a telegram watch updates to get instant feed Finally got this to work However, I’m getting feed from 12 hrs ago and I selected instant data how can I receive the most recent updates ?

You may need to go to the Webhook queue and delete all the older requests (if any), and keep the scenario on for new requests to be processed immediately.

2 Likes

I’ll have to do that each time it triggers? What I’m trying to do so forward post from one bot to another instantly is there an another way besides using the watch updates module ?Tysm for replying this has been a pain indeed

No, you only have to do it once, provided you leave the scenario on from now on.

When the scenario is off, the webhook still accepts requests but the scenario does not run.

Those requests get stored in a webhook queue until you process or clear them, hence you see older items.

2 Likes

Yes, your right I did get it to run but now I’m running into a error on the http module in the scenario I have to resolve target url to get the raw data but it’s now giving error ECONNRESET:Service temporarily unavailable:(

Welcome to the Make community!

1. Screenshots of module fields and error messages

Please share screenshots of relevant module fields and any error messages in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Output bundles

Please provide the output bundles of ALL the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Screenshot_2023-10-06_141025

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

It’s fixed now I simply replaced the Module and it worked the website was also having trouble but it’s fixed now Thanks Again for your help if I have more questions and I’m sure I will I’ll make a new topic.

3 Likes

Hello @Venice :wave:

I just want to quickly jump in and say congrats on solving this one with the assistance of @samliew :clap:

Also, thanks a lot for coming back here and sharing what did the trick with the rest of the community. We all 100% appreciate it :pray:

FYI: I marked your last comment as a solution to make it easier for others searching for similar info to locate the answers. :white_check_mark:

2 Likes