{
  "name": "Automate social media content distribution with Google Sheets & Slack",
  "nodes": [
    {
      "id": "409d8e05-ad6e-4b6f-ba9e-7e26fe070ec5",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "f04569fe-ffd0-4ae5-b284-c71ce26a3f43",
      "name": "Content Parameters",
      "type": "n8n-nodes-base.set",
      "position": [
        224,
        0
      ]
    },
    {
      "id": "3ce6b53b-43ad-4b9f-8a97-5e551501f8d5",
      "name": "Check Facebook Post",
      "type": "n8n-nodes-base.if",
      "position": [
        448,
        0
      ]
    },
    {
      "id": "97c1ef75-dcf9-4239-939a-947de498668c",
      "name": "Post Message",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        672,
        -96
      ]
    },
    {
      "id": "cd54bbdc-25b7-47b5-9e84-b9bc94b95e66",
      "name": "Check Twitter Post",
      "type": "n8n-nodes-base.if",
      "position": [
        672,
        96
      ]
    },
    {
      "id": "4410a6ce-2687-4400-97fe-05903676325a",
      "name": "Create Tweet",
      "type": "n8n-nodes-base.twitter",
      "position": [
        896,
        0
      ]
    },
    {
      "id": "d71eda0c-5b96-40ac-9e72-0a68c3dff971",
      "name": "Check LinkedIn Post",
      "type": "n8n-nodes-base.if",
      "position": [
        896,
        192
      ]
    },
    {
      "id": "930262d9-f0d2-44d1-b702-b95eb8baddcc",
      "name": "Share Update",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        1120,
        192
      ]
    },
    {
      "id": "699e0dcc-ca88-463e-8cb7-6ed2942c8677",
      "name": "Update Publication Status",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1344,
        192
      ]
    },
    {
      "id": "6218283b-1cbe-4e22-babe-334073a76ebc",
      "name": "Send Slack Notification",
      "type": "n8n-nodes-base.slack",
      "position": [
        1568,
        192
      ]
    },
    {
      "id": "1e56067d-18c2-4c40-926c-69e07c78fd9b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -176
      ],
      "parameters": {
        "width": 1840,
        "height": 608,
        "content": "# Flow"
      }
    },
    {
      "id": "cb142585-3cfb-4475-95f8-82d4e7ca5742",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        496
      ],
      "parameters": {
        "width": 1840,
        "height": 3504,
        "content": "# \"Automated Social Media Content Distribution System,\"\n\n---\n\n### Automated Social Media Content Distribution System\n\n* **Problem Solved:** Many Small and Medium-sized Enterprises (SMEs) struggle with"
      }
    }
  ],
  "connections": {
    "Share Update": {
      "main": [
        [
          {
            "node": "Update Publication Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Twitter Post": {
      "main": [
        [
          {
            "node": "Create Tweet",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Check LinkedIn Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Content Parameters": {
      "main": [
        [
          {
            "node": "Check Facebook Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Facebook Post": {
      "main": [
        [
          {
            "node": "Post Message",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Check Twitter Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check LinkedIn Post": {
      "main": [
        [
          {
            "node": "Share Update",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "Content Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Publication Status": {
      "main": [
        [
          {
            "node": "Send Slack Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}