https://www.example.com/<token>. Since nobody else knows your bot’s token, you can be pretty sure it’s from Telegram.
Actions
Set Webhook
Use this action to specify a url and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, an HTTPS POST request will be sent to the specified url, containing a JSON-serialized Update object (https://core.telegram.org/bots/api/#update). In case of an unsuccessful request, we will give up after a reasonable amount of attempts. Returns True on success.
If you’d like to make sure that the Webhook request comes from Telegram, we recommend using a secret path in the URL, e.g.

Preview this Workflow on desktop