E-commerce & Retail

0085 Shopify Twitter Create Triggered

0085 Shopify Twitter Create Triggered

Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
3
Node Types
0

Workflow JSON

1.71 KB
{
  "name": "0085 Shopify Twitter Create Triggered",
  "nodes": [
    {
      "name": "Twitter",
      "type": "n8n-nodes-base.twitter",
      "position": [
        720,
        -220
      ],
      "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\"]}}) 🛍️",
        "additionalFields": {}
      },
      "credentials": {
        "twitterOAuth1Api": "twitter"
      },
      "typeVersion": 1
    },
    {
      "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": ...

Showing first 1000 characters. Click "Expand" to view the full JSON.