The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"name": "Twitter",
"type": "n8n-nodes-base.twitter",
"position": [
720,
-220
],
"parameters": {
"text": "=Hey there, my design is now on a new product \u2728\nVisit my {{$json[\"vendor\"]}} shop to get this cool{{$json[\"title\"]}} (and check out more {{$json[\"product_type\"]}}) \ud83d\udecd\ufe0f",
"additionalFields": {}
},
"credentials": {
"twitterOAuth1Api": "<your credential>"
},
"typeVersion": 1,
"id": "8c187e0b-a9f2-47be-a172-4d205e0fdc01",
"notes": "This twitter node performs automated tasks as part of the workflow."
},
{
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
720,
-20
],
"parameters": {
"text": "=Hey there, my design is now on a new product!\nVisit my {{$json[\"vendor\"]}} shop to get this cool{{$json[\"title\"]}} (and check out more {{$json[\"product_type\"]}})",
"chatId": "123456",
"additionalFields": {}
},
"credentials": {
"telegramApi": "<your credential>"
},
"typeVersion": 1,
"id": "f31b896d-c6de-4b08-9144-2b9ee98ca6bc",
"notes": "This telegram node performs automated tasks as part of the workflow."
},
{
"name": "product created",
"type": "n8n-nodes-base.shopifyTrigger",
"position": [
540,
-110
],
"parameters": {
"topic": "products/create"
},
"credentials": {
"shopifyApi": "<your credential>"
},
"typeVersion": 1,
"id": "6f1afddb-4110-4107-9ce4-cdbfea1d6da4",
"notes": "This shopifyTrigger node performs automated tasks as part of the workflow."
},
{
"id": "error-3398f40c",
"name": "Error Handler",
"type": "n8n-nodes-base.stopAndError",
"typeVersion": 1,
"position": [
1000,
400
],
"parameters": {
"message": "Workflow execution error",
"options": {}
}
}
],
"connections": {},
"name": "Twitter Workflow",
"description": "Automated workflow: Twitter Workflow. This workflow processes data and performs automated tasks.",
"settings": {
"executionOrder": "v1",
"saveManualExecutions": true,
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": null,
"timezone": "UTC",
"executionTimeout": 3600,
"maxExecutions": 1000,
"retryOnFail": true,
"retryCount": 3,
"retryDelay": 1000
},
"meta": {
"versionId": "1.0.0",
"createdAt": "2025-09-29T07:07:52.250242",
"updatedAt": "2025-09-29T07:07:52.250260",
"owner": "n8n-user",
"license": "MIT",
"category": "automation",
"status": "active",
"priority": "high",
"environment": "production"
},
"notes": "Excellent quality workflow: Twitter Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation.",
"id": "wfeb68bb1db605"
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
shopifyApitelegramApitwitterOAuth1Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Twitter Workflow. Uses twitter, telegram, shopifyTrigger, stopAndError. Event-driven trigger; 4 nodes.
Source: https://github.com/basictechorg/n8n-marketing-sales/blob/main/workflows/content-marketing/0085_Shopify_Twitter_Create_Triggered.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Telegram Lead Intake Automation. Uses telegramTrigger, telegram, googleSheets, stopAndError. Event-driven trigger; 29 nodes.
Set Workflow. Uses youTube, telegram, stopAndError. Event-driven trigger; 7 nodes.
TwitterWorkflow. Uses twitter, rocketchat, stopAndError. Event-driven trigger; 7 nodes.
Production Workflow. Uses httpRequest, twitter, stopAndError. Scheduled trigger; 5 nodes.
Calendlytrigger Workflow. Uses calendlyTrigger, mautic, stopAndError. Event-driven trigger; 4 nodes.