Using n8n cloud, can I trigger webhook using telegram

Describe the problem/error/question

Is there any way I am missing out?

What is the error message (if any)?

Please share your workflow


![n8n|607x312](upload://cRjqtuixFQDKMA3818gNqBhJ53L.png)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Could you explain what exactly you are looking to achieve?

Each workflow needs a webhook - this is what starts the workflow:

  • If you want to start the workflow using telegram - you use telegram trigger
  • if you want to start the workflow using webhook - use the the webhook trigger

You don’t need both, so you can’t connect them.

If you want the workflow to start from a telegram message, and then send an http request - then use a telegram webhook and then an http request node.

Please explain what it is you are trying to do.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.