Skip to main content
I

Ivan Maksiuta

4
Workflows

Workflows by Ivan Maksiuta

Workflow preview: Automate Facebook group posting with Telegram messages and Google Sheets
Free advanced

Automate Facebook group posting with Telegram messages and Google Sheets

![11_resized.png](fileId:2306) ## What this template does Automates posting to **Facebook Groups** via **Airtop** browser automation. Reads group links from **Google Sheets**, opens each group in a logged-in Airtop profile, types your prepared message, and submits with human-like delays. **The message text is sent from your Telegram bot**, so you can provide content directly in Telegram and it will be published to the selected groups. ## How it works - **Telegram Trigger** starts the run. - **Google Sheets — Get Group List** reads rows with the `link` column (Facebook Group URL). - **Airtop — Start Browser → Create a window** opens Facebook in a persistent profile. - For each row: - **Load a page** visits the group link. - **Scroll / Click / Type text** fills the composer. - **Wait** nodes add delays for realistic behavior. - **Loop Over Items** controls batching and session termination. ## Requirements - n8n v1.105+ - **Airtop** profile logged into Facebook - **Google Sheet** with a `link` column - **Telegram bot** credentials stored in n8n (no secrets in nodes) ## Setup steps 1. Import the JSON template. 2. Open **Google Sheets** node → pick your spreadsheet and sheet with `link`. 3. Configure **Telegram Trigger** with your bot credentials. 4. In **Airtop — Start Browser**, set `profileName` to your prepared FB profile. 5. The **Type text** node automatically uses the message you send to your Telegram bot (no need to hardcode it). 6. Tune **Wait** nodes (1–5s between actions; longer if needed). 7. Test on one group before scaling. ## Safety & compliance - **No hardcoded API keys** in HTTP nodes. - Follow Facebook Terms: avoid spam, rotate content, throttle frequency. - Post only where you have permission. - Keep credentials in n8n’s Credentials storage. ## Troubleshooting - **Composer not found** → adjust the element description/selector in Airtop nodes. - **Slow loads** → increase Wait durations. - **No rows** → verify sheet selection and the `link` column name. - **Access issues** → ensure your Airtop profile is logged in and allowed to post.

I
Ivan Maksiuta
Social Media
2 Sep 2025
209
0
Workflow preview: Generate & publish AI news avatar videos with HeyGen and Blotato
Free advanced

Generate & publish AI news avatar videos with HeyGen and Blotato

![Generate Photo.png](fileId:2288) How it works Schedule Trigger — runs daily at 10:00 (adjustable). RSS Feed Read — collects fresh AI/LLM news from multiple feeds. AI Agent — analyzes news, picks the most viral story, and drafts a 30-second script. OpenAI nodes — create: a short, catchy video title a short caption for social media a long caption with hashtags HeyGen API — generates a vertical avatar video (9:16) using your selected avatar_id, voice_id, and optional background video. Wait node — checks the processing status of the video. Blotato API — uploads the video and captions for publishing. Optional publish nodes — preconfigured for TikTok, Instagram, YouTube, Facebook, etc. (disabled by default). Requirements n8n v1.105.4+ (cloud or self-hosted) HeyGen account with API key + avatar_id + voice_id Blotato account with API key and platform IDs Setup steps Import the workflow into n8n. Create credentials in n8n (⚠ do not hardcode keys): HeyGen API Key Blotato API Key Open the Setup Heygen node: Paste your heygen_api_key Add your avatar_id and voice_id Optionally change background_video_url Open the Prepare for Publish node: Paste your blotato_api_key Add IDs for TikTok, YouTube, Instagram, etc. Adjust the Schedule Trigger to your preferred time/frequency. (Optional) Enable the publish nodes if you want direct uploads to your platforms. Customization Topic — edit the AI Agent’s prompt to switch from AI/LLM news to any topic (crypto, marketing, tech, etc.). Language — update prompts for different output languages. Visuals — replace the HeyGen avatar, voice, or background video for a different look. Publishing — connect only the social platforms you actually use.

I
Ivan Maksiuta
Content Creation
30 Aug 2025
544
0
Workflow preview: Automate cross-posting from Telegram to Facebook with Airtop Browser Automation
Free advanced

Automate cross-posting from Telegram to Facebook with Airtop Browser Automation

![Post Facebook.png](fileId:2211) ## Overview This template allows you to **automatically post messages from Telegram directly to Facebook** using **Airtop no-code browser automation**. It is designed for creators, social media managers, and businesses that want to streamline their cross-posting workflow without coding. ## Why this is valuable Manually copying messages from Telegram to Facebook can be time-consuming and error-prone. With this automation: - Every Telegram message you send to your bot can instantly appear on Facebook. - You save time, reduce repetitive manual work, and ensure consistent messaging across platforms. - Perfect for **community managers, marketing teams, and content creators** who want to grow their Facebook presence while engaging Telegram followers. ## How it works 1. A **Telegram Trigger** listens for incoming messages to your bot. 2. **Airtop** starts a browser session and opens Facebook. 3. The bot **clicks into the composer**, types your Telegram message, and presses **Publish**. 4. (Optional) It can also tag followers or add extra text. 5. Finally, Telegram sends you a **confirmation**: “✅ Facebook: post published.” ## Setup - Connect your **Telegram Bot** credentials. - Add your **Airtop API key/account**. - On first run, log in to Facebook inside Airtop (it will reuse the session later). ## Customization - Change selectors or text if your Facebook interface differs. - Add more automation steps (like attaching images, tagging pages, or posting into groups). - Adjust **Wait** nodes if your connection is slower.

I
Ivan Maksiuta
Social Media
27 Aug 2025
273
0
Workflow preview: Automated crypto news digest to Telegram with RSS feeds and GPT-4
Free advanced

Automated crypto news digest to Telegram with RSS feeds and GPT-4

What this template does Collects the latest crypto news from multiple RSS feeds, filters and deduplicates them, uses OpenAI GPT-4 to analyze and select the top stories, translates and formats them into Russian, and posts a digest to a Telegram channel or group. The workflow runs automatically on a schedule and ensures all messages fit Telegram’s 4096-character limit. How it works (high level) RSS Sources: Reads fresh items from CoinDesk, Cointelegraph, Decrypt, Cryptobriefing, and Nulltx. Filter & Deduplicate: Keeps only unique items from the last 24 hours. AI Analysis (Crypto Analyst): An OpenAI agent identifies the most important events and selects the best article for each. AI Formatting (SMM Editor): Another OpenAI agent writes a styled digest in Russian with Telegram-compatible HTML formatting. Message Preparation: Long texts are split into safe chunks ≤ 4096 characters. Telegram Post: The digest is posted automatically to your configured Telegram channel or group. Prerequisites n8n Cloud or n8n >= 1.107.4 Credentials: OpenAI (gpt-4o-mini or gpt-4.1-mini) Telegram Bot with rights to post in your target chat Setup (5 minutes) Import this workflow into n8n. Open the Telegram node “Post to Group” and set your chatId (e.g., @your_channel or numeric ID). Connect your OpenAI and Telegram credentials. (Optional) Adjust the Scheduler interval (default: every 3 hours). Run once manually to test, then activate. Customization Add or replace RSS sources. Modify the prompts in Crypto Analyst and SMM Editor to adapt tone, style, or language. Swap out the Telegram node to publish on other platforms (Slack, Discord, etc.).![Telegram News Templates.png](fileId:2209)

I
Ivan Maksiuta
Multimodal AI
27 Aug 2025
1348
0