Automate Shopify Product Alerts with n8n Twitter and Telegram

Struggling to manually announce new Shopify products across social channels? This n8n workflow instantly posts product updates to Twitter and Telegram, saving hours and boosting your shop’s reach automatically.
shopifyTrigger
twitter
telegram
Workflow Identifier: 2370
NODES in Use: Shopify Trigger, Twitter, Telegram

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What this workflow does

This workflow in n8n watches for new products created in Shopify.

When it finds a new product, it sends announcement messages automatically to both Twitter and Telegram.

This saves time and stops errors from manual posting.


Who should use this workflow

If you sell products in Shopify and want to share new product news fast on social media, this workflow helps.

It best fits small shop owners or social media managers who want to avoid repetitive work.


Tools and services used

  • Shopify API: Sends notification when a product is created.
  • Twitter API (OAuth1): Posts tweets with product info.
  • Telegram Bot API: Sends messages to a Telegram chat or group.
  • n8n Workflow Automation: Runs the workflow and connects everything.

Inputs, processing steps, and outputs

Inputs

  • New product data from Shopify, including vendor, title, and product type.

Processing Steps

  • The Shopify Trigger node listens for new product creation via the “products/create” topic.
  • After the trigger, two separate nodes prepare messages:
    • Twitter node creates a tweet using product data with a text expression.
    • Telegram node builds a chat message with similar product info.
  • Both Twitter and Telegram nodes run in parallel to send notifications simultaneously.

Outputs

  • A tweet posted on Twitter with product announcement.
  • A message sent to the given Telegram chat or group.

Beginner step-by-step: How to use this workflow in n8n

Step 1: Import the workflow

  1. Download the workflow file using the Download button on this page.
  2. In n8n editor, click the main menu and choose “Import from File”.
  3. Select the downloaded workflow file to add it to your n8n account.

Step 2: Configure credentials and parameters

  1. Open the Shopify Trigger node and add your Shopify API credentials.
  2. Check the topic is set to “products/create” to listen for new products.
  3. Open the Twitter node, add Twitter OAuth1 API credentials for your account.
  4. Check the “Text” field contains the expression:
    =Hey there, my design is now on a new product ✨
    Visit my {{$json["vendor"]}} shop to get this cool{{$json["title"]}} (and check out more {{$json["product_type"]}}) 🛍️
    
  5. Open the Telegram node, add the Telegram Bot API token and enter the chat ID for your target group.
  6. Check the “Text” field has this expression:
    =Hey there, my design is now on a new product!
    Visit my {{$json["vendor"]}} shop to get this cool{{$json["title"]}} (and check out more {{$json["product_type"]}})
    

Step 3: Test the workflow

  1. Add a new product in your Shopify store.
  2. Go back to n8n and run the workflow manually to see if it triggers.
  3. Check Twitter and Telegram to confirm posts appear as expected.

Step 4: Activate workflow

  1. Save the workflow in n8n.
  2. Switch the activation toggle to “Active” to enable continuous running.

Now, new Shopify product creations will announce automatically on Twitter and Telegram.

For help with hosting n8n yourself, visit self-host n8n.


Common issues and how to fix them

  • Workflow does not trigger: Check Shopify Trigger node uses “products/create” topic and webhook is active in Shopify settings.
  • Twitter posts are empty or wrong: Verify the message text uses correct double curly braces syntax exactly matching Shopify fields.
  • Telegram messages not arriving: Confirm chat ID is correct and bot has permission to send messages to that chat.

Ideas for customization

  • Add hashtags or product price in social messages by editing the message text expressions.
  • Add more social channels by inserting nodes for Facebook, Instagram, or others.
  • Filter products by type using an IF node after the trigger to only announce certain categories.
  • Include product images in posts by fetching image URLs and attaching them to messages.

Summary of benefits and results

✓ Saves time by automating social media announcements.

✓ Removes manual copying errors and missed posts.

✓ Sends Twitter and Telegram messages at the same time.

✓ Keeps followers updated instantly about new products.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free