docs(telegram-bot): describe actions and auth
This commit is contained in:
12
packages/docs/pages/apps/telegram-bot/actions.md
Normal file
12
packages/docs/pages/apps/telegram-bot/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/telegram-bot.svg
|
||||
items:
|
||||
- name: Send a message
|
||||
desc: Sends a message to a chat you specify.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
14
packages/docs/pages/apps/telegram-bot/connection.md
Normal file
14
packages/docs/pages/apps/telegram-bot/connection.md
Normal file
@@ -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.
|
Reference in New Issue
Block a user