Block 1 - Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Community Contest Tracker (FB Comments) → Sentiment Analysis → Telegram Winner Alerts + Airtable Proof This workflow automatically monitors a Facebook post, extracts comments, enforces a "past winn...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.airtable, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.telegram, n8n-nodes-base.supabase
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically monitors a Facebook post, extracts comments, enforces a "past winner" blocklist, analyzes sentiment using AI to find positive entries, randomly selects a winner, stores them in Airtable and announces the result via Telegram.
This workflow runs every night to manage your daily community giveaways. It fetches fresh comments from a specific Facebook post and cross-references users against a list of previous winners stored in Airtable to ensure fairness. It uses OpenAI to filter for genuinely positive sentiment (removing spam), selects a random winner, saves the record and sends a celebratory announcement to your Telegram channel.
You receive:
Ideal for community managers and brand owners who want to run fair, high-engagement contests without manually reading hundreds of comments or tracking past winners in spreadsheets.
This workflow automates the entire lifecycle of a social media contest:
This ensures your contests are fair, spam-free and consistently managed with zero manual effort.
This workflow is ideal for:
Post ID.@mychannel).Modify the Pre-Filter (Blocklist) Code node:
Modify the Sentiment Analysis or OpenAI prompt:
Replace Telegram with:
Replace Airtable with:
You can extend this workflow to:
Reward one user every day who comments why they love your product.
Encourage users to leave constructive feedback and reward the most helpful positive comment.
Keep your group active by automating "Best Comment of the Day" rewards.
Track "Super Fans" by counting how many times they participate (even if they don't win).
| Issue | Possible Cause | Solution |
|---|---|---|
| No comments found | Invalid Post ID or Token | Check Facebook Graph API token and Post ID. |
| No winner selected | No positive comments | AI found no "Positive" sentiment. Check prompt or input data. |
| Airtable Error | Field Mismatch | Ensure column names in Airtable match exactly (Name, Facebook ID). |
| Telegram Error | Bot Permissions | Ensure the Bot is an Admin in the channel. |
| Workflow Stuck | API Rate Limit | Check OpenAI or Facebook API usage limits. |
If you need help customizing or extending this workflow, adding multi-platform support (Instagram/YouTube), integrating complex prize logic or setting up advanced dashboards, feel free to hire n8n automation developers at WeblineIndia. We are happy to assist you with advanced automation solutions.
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 | Pick a daily Facebook comment contest winner with OpenAI, Airtable and Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Social Media, AI Summarization |
| Author | WeblineIndia |
| Published | 01 Jan 2026 |
Use the JSON export at /data/workflows/12375/12375.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.
Community Contest Tracker (FB Comments) → Sentiment Analysis → Telegram Winner Alerts + Airtable Proof This workflow automatically monitors a Facebook post, extracts comments, enforces a "past winn...
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, AI Summarization use case.