diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js
index 1841d88a..912ef91b 100644
--- a/packages/docs/pages/.vitepress/config.js
+++ b/packages/docs/pages/.vitepress/config.js
@@ -123,6 +123,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/stripe/connection' },
],
},
+ {
+ text: 'Telegram',
+ collapsible: true,
+ items: [
+ { text: 'Actions', link: '/apps/telegram-bot/actions' },
+ { text: 'Connection', link: '/apps/telegram-bot/connection' },
+ ],
+ },
{
text: 'Twilio',
collapsible: true,
diff --git a/packages/docs/pages/apps/telegram-bot/actions.md b/packages/docs/pages/apps/telegram-bot/actions.md
new file mode 100644
index 00000000..261d241d
--- /dev/null
+++ b/packages/docs/pages/apps/telegram-bot/actions.md
@@ -0,0 +1,12 @@
+---
+favicon: /favicons/telegram-bot.svg
+items:
+ - name: Send a message
+ desc: Sends a message to a chat you specify.
+---
+
+
+
+
diff --git a/packages/docs/pages/apps/telegram-bot/connection.md b/packages/docs/pages/apps/telegram-bot/connection.md
new file mode 100644
index 00000000..4a015cc9
--- /dev/null
+++ b/packages/docs/pages/apps/telegram-bot/connection.md
@@ -0,0 +1,14 @@
+# Telegram
+
+:::info
+This page explains the steps you need to follow to set up the Telegram
+connection in Automatisch. If any of the steps are outdated, please let us know!
+:::
+
+1. Start a chat with [Botfather](https://telegram.me/BotFather).
+1. Enter `/newbot`.
+1. Enter a name for your bot.
+1. Enter a username for your bot.
+1. Copy the **token** value from the answer to the **Bot token** field on Automatisch.
+1. Click **Submit** button on Automatisch.
+1. Congrats! Start using your new Telegram connection within the flows.
diff --git a/packages/docs/pages/public/favicons/telegram-bot.svg b/packages/docs/pages/public/favicons/telegram-bot.svg
new file mode 100644
index 00000000..8f16fb17
--- /dev/null
+++ b/packages/docs/pages/public/favicons/telegram-bot.svg
@@ -0,0 +1,14 @@
+
+
\ No newline at end of file