Block 1 - Webhook - Incoming Message
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
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...
n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.respondtowebhook, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceSmartPoll 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.
| 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 |
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": ""
}
Example confirmation response:
Poll successfully created and posted to Telegram!
✅ Fully Automated ✅ Multi-group support ✅ Real-time logging 🕒 Optional scheduling
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.
| 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 |
Use the JSON export at /data/workflows/10385/10385.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.