{
  "workflow_name": "Aggregate items from multiple RSS feeds into a single RSS feed",
  "workflow_steps": {
    "steps": [
      {
        "id": "1",
        "position": {
          "x": 0,
          "y": 0
        },
        "data": {
          "label": "New Item in RSS Feed",
          "app": {
            "key": "rss_feed",
            "fm_app": "rss_feed"
          },
          "eventSlug": "new_item",
          "eventTitle": "New Item in RSS Feed",
          "layoutDirection": "horizontal",
          "stepNumber": 1
        },
        "targetPosition": "bottom",
        "type": "trigger",
        "stepNumber": 1,
        "expanded": true,
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "application": "rss_feed",
        "stepID": "1",
        "action": "new_item",
        "nodeType": "step",
        "actionAppArgs": []
      },
      {
        "id": "2",
        "position": {
          "x": 175,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "Create New Item in RSS Feed",
          "layoutDirection": "horizontal",
          "stepNumber": 2,
          "app": {
            "key": "rss_feed",
            "fm_app": "rss_feed"
          },
          "eventSlug": "add_new_feed_item",
          "eventTitle": "Create New Item in RSS Feed"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": [],
        "application": "rss_feed",
        "action": "add_new_feed_item",
        "nodeType": "step",
        "stepID": "2"
      },
      {
        "id": "main_end_placeholder",
        "position": {
          "x": 350,
          "y": 0
        },
        "type": "placeholder",
        "data": {
          "label": "+",
          "layoutDirection": "horizontal",
          "stepNumber": null,
          "app": []
        },
        "measured": {
          "width": 40,
          "height": 82
        },
        "stepID": "main_end_placeholder",
        "nodeType": "placeholder",
        "actionAppArgs": []
      }
    ],
    "edges": [
      {
        "id": "e-1-2",
        "source": "1",
        "target": "2",
        "type": "step",
        "data": []
      },
      {
        "id": "e-2-main_end_placeholder",
        "source": "2",
        "target": "main_end_placeholder",
        "type": "placeholder",
        "data": []
      }
    ]
  },
  "workflow_settings": {
    "name": "Aggregate items from multiple RSS feeds into a single RSS feed",
    "folder": "all",
    "description": "This workflow consolidates items from various RSS feeds into one unified feed, streamlining content aggregation. By automatically fetching and merging content from multiple sources, it simplifies the process of monitoring and distributing diverse information. The result is a single, comprehensive RSS feed that offers a curated selection of updates from across the web.",
    "status": "off",
    "user_email": "",
    "webhook_queue": "disabled",
    "workflow_auth_key": "",
    "builder_version": "v2",
    "time": "",
    "ai_generated": "yes"
  }
}