Skip to main content

Automatically store Shopify orders in Google Sheets with Telegram notifications

Workflow preview

Workflow preview
100%
Automatically store Shopify orders in Google Sheets with Telegram notifications preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow is designed for e commerce store owners, operations managers, and developers who use Shopify as their e commerce platform and want an automated way to track and analyze their order da...

Best for

  • CRM automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.function, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.telegram, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by RedOne.

Original n8n.io source

1.1 Workflow description

Title
Automatically store Shopify orders in Google Sheets with Telegram notifications
Workflow name
Automatically store Shopify orders in Google Sheets with Telegram notifications

This workflow is designed for e-commerce store owners, operations managers, and developers who use Shopify as their e-commerce platform and want an automated way to track and analyze their order data.

It is particularly useful for businesses that:

  • Need a centralized view of all Shopify orders
  • Want to analyze order trends without logging into Shopify
  • Need to share order data with team members who don't have Shopify access
  • Want to build custom reports based on order information

What Problem Is This Workflow Solving?

While Shopify provides excellent order management within its platform, many businesses need their order data available in other systems for various purposes:

  • Data accessibility: Not everyone in your organization may have access to Shopify's admin interface
  • Custom reporting: Google Sheets allows for flexible analysis and report creation
  • Data integration: Having orders in Google Sheets makes it easier to combine with other business data
  • Backup: Creates an additional backup of your critical order information

What This Workflow Does

This n8n workflow creates an automated bridge between your Shopify store and Google Sheets:

  • Listens for new order notifications from your Shopify store via webhooks
  • Processes the incoming order data and transforms it into a structured format
  • Stores each new order in a dedicated Google Sheets spreadsheet
  • Sends real-time notifications to Telegram when new orders are received or errors occur

Setup

Create a Google Sheet
  • Create a new Google Sheet to store your orders

  • Add a sheet named "orders" with the following columns:

    • orderId
    • orderNumber
    • created_at
    • processed
    • processed_at
    • json
    • customer
    • shippingAddress
    • lineItems
    • totalPrice
    • currency
Set Up Telegram Bot
  • Create a Telegram bot using BotFather (send /newbot to @BotFather)
  • Save your bot token for use in n8n credentials
  • Start a chat with your bot and get your chat ID (you can use @userinfobot)
Configure the Workflow
  • Set your Google Sheet ID in the "Edit Variables" node
  • Enter your Telegram chat ID in the "Edit Variables" node
  • Set up your Telegram API credentials in n8n
Configure Shopify Webhook
  • In your Shopify admin, go to: Settings > Notifications > Webhooks
  • Create a new webhook for "Order creation"
  • Set the URL to your n8n webhook URL (from the "Receive New Shopify Order" node)
  • Set the format to JSON

How to Customize This Workflow to Your Needs

  • Additional data: Modify the "Transform Order Data to Standard Format" function to extract more Shopify data
  • Multiple sheets: Duplicate the Google Sheets node to store different aspects of orders in separate sheets
  • Telegram messages: Customize the text in Telegram nodes to include more details or rich formatting
  • Data processing: Add nodes to perform calculations or transformations on order data
  • Additional notifications: Add more channels like Slack, Discord, or SMS
  • Integrations: Extend the workflow to send order data to other systems like CRMs, ERPs, or accounting software

Final Notes

This workflow serves as a foundation that you can build upon to create a comprehensive order management system tailored to your specific business needs.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Workflow Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Receive New Shopify Order

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 3 - Transform Order Data to Standard Format

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 4 - Save Order to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.2

Block 5 - Success?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 6 - Send Error Notification

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1

Block 7 - Error Handling Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Send Success Notification1

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1

Block 9 - Variables

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

3. Summary Table

Workflow Automatically store Shopify orders in Google Sheets with Telegram notifications
Complexity intermediate
Nodes 9
Categories CRM
Author RedOne
Published 15 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4084/4084.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Automatically store Shopify orders in Google Sheets with Telegram notifications do?

This workflow is designed for e commerce store owners, operations managers, and developers who use Shopify as their e commerce platform and want an automated way to track and analyze their order da...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 CRM use case.