Hi,
I’m trying to explore the telegram workflow, first thing I want to try is how can I connect or send a message to telegram app using the telegram nodes in n8n.
Hi,
I’m trying to explore the telegram workflow, first thing I want to try is how can I connect or send a message to telegram app using the telegram nodes in n8n.
Hey @rodskie123, this is explained in our documentation.
First, you’d need to obtain an API token as described here. You could then build the example workflow documented here.
I already have bot and API connectivity as well
But I encounter this issue…
Hey @rodskie123
Not to worry.
To assist further, I need a few more information:
.env
)?If you can edit the environment variables make sure to add this line
WEBHOOK_TUNNEL_URL=https://your-n8n-domain.com/
Replace your-n8n-domain.com
with the actual domain name of your n8n instance.
This is how it looks like in my env
Here is a Guide: Configuration - n8n Documentation
Hi @mcnaveen,
I use docker to install n8n on my test server (Virtualbox) with CentOS and I still don’t have SSL certificate.
May I know if I can still use telegram on n8n without SSL cert?
Hi @rodskie123
In that case, You can use n8n with Tunnel for testing.
Please note that Tunnel URLs are not fixed, and may change anytime. This is for development and testing purposes only.
Here is why Tunnels should not be used in Production.
Here is a guide to setup the n8n tunnel
https://docs.n8n.io/hosting/installation/docker/#n8n-with-tunnel
Hi @mcnaveen
Thank you for your inputs but I also planning to deploy it in my production once the telegram workflow works on my testing… may I know if do you have the list or requirements to make it work aside SSL?
Well, All you need is the Bot Token & Tunnel for testing the telegram thing.