Skip to main content

Telegram multi-language translation bot with GPT-3.5

Workflow preview

Workflow preview
100%
Telegram multi-language translation bot with GPT-3.5 preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

SmartPoll Automator is an n8n powered workflow that automatically creates and publishes polls in Telegram. It helps teams, communities, and businesses run polls without manual work. You simply send...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.respondtowebhook, n8n-nodes-base.wait

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Telegram multi-language translation bot with GPT-3.5
Workflow name
Telegram multi-language translation bot with GPT-3.5

SmartPoll Automator is an n8n-powered workflow that automatically creates and publishes polls in Telegram. It helps teams, communities, and businesses run polls without manual work.

You simply send a command or submit a form — the workflow creates the poll and posts it in your selected Telegram group/channel.

Key Features

  • Create polls automatically from a webhook or form input
  • Support for single-choice and multi-vote polls
  • Option to schedule polls
  • Logs all poll requests and results
  • Sends confirmation and status updates
  • Works across multiple Telegram groups/channels

Use Cases

  • Daily team check-in polls
  • Customer feedback polls
  • Community/Q&A voting
  • Training/quiz polls
  • Opinion surveys for Telegram groups
  • Marketing campaign polls

Workflow Steps

Step Action Description
1 Webhook Trigger Receives poll request data (question + options)
2 Data Validation Checks if poll question & options are valid
3 Poll Formatting Structures poll text and options
4 Telegram API Poll Send Sends poll to selected Telegram group/channel
5 Optional Scheduler Delay or schedule poll time
6 Logging Stores poll details for logs
7 Confirmation Sends success message to user or admin

Input Format

Example JSON input via webhook:

{
  "poll_question": "Which feature should we build next?",
  "options": [
    "AI Email Assistant",
    "Scraper Automation",
    "DevOps Bot"
  ],
  "multiple_answers": false,
  "target_chat_id": "123456789",
  "schedule_time": ""
}

Output

  • Poll posted in Telegram group
  • Confirmation message returned
  • Log entry stored

Example confirmation response:

Poll successfully created and posted to Telegram!

Requirements

  • Telegram Bot Token
  • Telegram Chat ID
  • n8n instance
  • Webhook URL or Google Form/CRM connection

Benefits

  • Saves time
  • Ensures consistent poll format
  • Improves engagement in Telegram communities
  • Enables automated market research & internal feedback
  • No coding required after setup

Enhancement Ideas

  • Add AI to generate poll questions
  • Add Google Sheets poll request form
  • Add analytics dashboard
  • Trigger polls from Slack/CRM

Status

✅ Fully Automated ✅ Multi-group support ✅ Real-time logging 🕒 Optional scheduling

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Webhook - Incoming Message

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 1.1

Block 2 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Extract Message Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Detect Language (OpenAI)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Parse Detected Language

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Get Group Members & Languages

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Translate Message (OpenAI)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Format Translation Result

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Split to Individual Recipients

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Send Translated Message

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 18 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Log Delivery Status

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 20 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Webhook Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 22 - Sticky Note10

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note11

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Wait For Answer

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

3. Summary Table

Workflow Telegram multi-language translation bot with GPT-3.5
Complexity advanced
Nodes 24
Categories Social Media, Multimodal AI
Author Oneclick AI Squad
Published 31 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10385/10385.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Telegram multi-language translation bot with GPT-3.5 do?

SmartPoll Automator is an n8n powered workflow that automatically creates and publishes polls in Telegram. It helps teams, communities, and businesses run polls without manual work. You simply send...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.