CommunicationPro — €97
DeepSeek AI Agent on Telegram with Google Docs Memory
100/100
15 NodesBeschreibung
Ein DeepSeek-KI-Agent für Telegram, der Google Docs als Langzeitgedächtnis verwendet.
Setup-Anleitung
# How to set up a Telegram Bot WebHook
## WebHook Setup Process
**Basic Concept**
A WebHook allows your Telegram bot to automatically receive updates instead of manually polling the Bot API.
**Setup Method**
To set a WebHook, make a GET request using this URL format:
```
{{ $env.API_BASE_URL }}{my_bot_token}/setWebhook?url={url_to_send_updates_to}
```
Where:
- `my_bot_token`: Your bot token from BotFather
- `url_to_send_updates_to`: Your HTTPS endpoint that handles bot updates
**Verification**
To verify the WebHook setup, use:
```
{{ $env.API_BASE_URL }}{my_bot_token}/getWebhookInfo
```
A successful response looks like:
```json
{
"ok": true,
"result": {
"url": "{{ $env.WEBHOOK_URL }}",
"has_custom_certificate": false,
"pending_update_count": 0,
"max_connections": 40
}
}
```
This method provides a simple and efficient way to handle Telegram bot updates automatically through webhooks rather than manual polling.Benötigte Integrationen (4)
Workflow freischalten
Kaufe das Pro Bundle für €97 — erhalte sofortigen Zugang zu diesem und allen weiteren Starter + Pro Workflows als ZIP-Datei zum Import in n8n.
Sichere Zahlung via Stripe. 7-Tage Geld-zurück-Garantie.