Skip to content

Instantly share code, notes, and snippets.

View AutomatesWithJohnson's full-sized avatar
🏠
Working from home

Johnson AutomatesWithJohnson

🏠
Working from home
View GitHub Profile
@AutomatesWithJohnson
AutomatesWithJohnson / Telegram Q&A with Knowledge Base.json
Created January 25, 2026 22:50
Telegram Q&A with Knowledge Base
{
"nodes": [
{
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"id": "33c236e6-5968-4b03-ae2c-f81193c920b4",
{
"nodes": [
{
"parameters": {},
"id": "050cec61-9dda-4274-81b9-3c750a9628a9",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
{
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 9 * * *"
}
@AutomatesWithJohnson
AutomatesWithJohnson / Reply to whatsapp message
Last active January 23, 2026 05:47
Inbound: Customer messages on WhatsApp -> Forwarded to your Telegram Bot. Reply: You reply to the message in Telegram. Outbound: n8n extracts the original sender ID and relays your reply back to the customer on WhatsApp.
{
"name": "Telegram Q&A with Knowledge Base",
"nodes": [
{
"parameters": {
"content": "## 🤖 Telegram Q&A with Knowledge Base\n\n### Setup Steps:\n1. **Create Telegram Bot**:\n - Message @BotFather on Telegram\n - Use /newbot command\n - Copy the API token\n\n2. **Configure Credentials**:\n - Go to Credentials → Add Credential\n - Select \"Telegram API\"\n - Paste your bot token\n\n3. **Add Your Knowledge Base**:\n - Replace the \"Knowledge Base\" node with your data source\n - Options: Vector Store, Google Sheets, Notion, Files, etc.\n - Or use the AI Agent node with RAG (Retrieval Augmented Generation)\n\n### How It Works:\n1. User sends message to your Telegram bot\n2. Message is received by Telegram Trigger\n3. Question is sent to AI with knowledge base context\n4. AI generates answer based on your knowledge\n5. Answer is sent back to user on Telegram\n\n### Usage:\n1. Activate the workflow\n2. Send a message to your bot on Telegram\n3. The bot
{
"name": "LinkedIn Sales Navigator Leads to Google Sheets",
"nodes": [
{
"parameters": {},
"id": "manual-trigger",
"name": "Start Extraction",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [