πŸ“± Telegram multi-language translation bot with GPT-3.5

⚑ 145 views Β· πŸ“± Social Media & Email Marketing

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

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

Use Cases

Workflow Steps

StepActionDescription
1Webhook TriggerReceives poll request data (question + options)
2Data ValidationChecks if poll question & options are valid
3Poll FormattingStructures poll text and options
4Telegram API Poll SendSends poll to selected Telegram group/channel
5Optional SchedulerDelay or schedule poll time
6LoggingStores poll details for logs
7ConfirmationSends 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

Example confirmation response:

Poll successfully created and posted to Telegram!

Requirements

Benefits

Enhancement Ideas

Status

βœ… Fully Automated βœ… Multi-group support βœ… Real-time logging πŸ•’ Optional scheduling

πŸ”— Nodes Used

HTTP Request, Webhook

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup