{
  "openruna_format": "flow-graph-v1",
  "title": "upload-post images",
  "slug": "upload-post-images",
  "source_filename": "1973_HTTP_Manual_Import_Webhook.json",
  "nodes": [
    {
      "id": "POST TO INSTAGRAM1",
      "name": "POST TO INSTAGRAM1",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Merge",
      "name": "Merge",
      "integration": "merge",
      "kind": "logic"
    },
    {
      "id": "Change name to photo1",
      "name": "Change name to photo1",
      "integration": "code",
      "kind": "logic"
    },
    {
      "id": "Change name to photo2",
      "name": "Change name to photo2",
      "integration": "code",
      "kind": "logic"
    },
    {
      "id": "Send as 1 merged file",
      "name": "Send as 1 merged file",
      "integration": "code",
      "kind": "logic"
    },
    {
      "id": "When clicking ‘Test workflow’",
      "name": "When clicking ‘Test workflow’",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "POST TO TIKTOK",
      "name": "POST TO TIKTOK",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Get Image 1",
      "name": "Get Image 1",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Get Image 2",
      "name": "Get Image 2",
      "integration": "httpRequest",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "Merge",
      "to": "Send as 1 merged file"
    },
    {
      "from": "Get Image 1",
      "to": "Change name to photo1"
    },
    {
      "from": "Get Image 2",
      "to": "Change name to photo2"
    },
    {
      "from": "Change name to photo1",
      "to": "Merge"
    },
    {
      "from": "Change name to photo2",
      "to": "Merge"
    },
    {
      "from": "Send as 1 merged file",
      "to": "POST TO INSTAGRAM1"
    },
    {
      "from": "Send as 1 merged file",
      "to": "POST TO TIKTOK"
    },
    {
      "from": "When clicking ‘Test workflow’",
      "to": "Get Image 1"
    },
    {
      "from": "When clicking ‘Test workflow’",
      "to": "Get Image 2"
    }
  ]
}