{
  "workflow_name": "Generate video show notes and a promo blurb from every RSS episode",
  "workflow_steps": {
    "steps": [
      {
        "id": "1",
        "position": {
          "x": 0,
          "y": 0
        },
        "data": {
          "label": "New Episode in 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": [],
        "captureResponse": {
          "title": "Episode 12",
          "description": "How we scaled support",
          "link": "https://example.com/ep12"
        },
        "responses": [
          {
            "letter": "A",
            "time": "01/07/2026, 10:00:00",
            "response": {
              "title": "Episode 12",
              "description": "How we scaled support",
              "link": "https://example.com/ep12"
            }
          }
        ],
        "activeResponseIndex": 0
      },
      {
        "id": "2",
        "position": {
          "x": 175,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "AI Agent by FlowMattic",
          "layoutDirection": "horizontal",
          "stepNumber": 2,
          "stepIndex": 2,
          "app": {
            "key": "ai_agent",
            "fm_app": "ai_agent"
          },
          "eventSlug": "execute_agent",
          "eventTitle": "Execute Agent"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 350,
          "height": 82
        },
        "actionAppArgs": {
          "system_prompt": "You produce podcast marketing. Write structured show notes and a short promo blurb for the new episode, then post them.",
          "user_input": "Episode title: {rss_feed1.title}\nSummary: {rss_feed1.description}\nLink: {rss_feed1.link}",
          "output_format": "text",
          "application": "ai_agent",
          "responseViewType": "on",
          "include_execution_log": "",
          "include_request_body": ""
        },
        "application": "ai_agent",
        "stepID": "2",
        "nodeType": "aiAgent",
        "agent_config": {
          "chat_model": {
            "connect_id": "",
            "model_id": "gpt-4o",
            "model_name": "GPT-4o",
            "provider": "openai",
            "max_tokens": "1024",
            "temperature": "0.7",
            "top_p": "1",
            "top_k": "0",
            "frequency_penalty": "0",
            "presence_penalty": "0",
            "nodeId": "2-chatModel",
            "position": {
              "x": 215,
              "y": 172
            }
          },
          "tools": [
            {
              "app": "telegram",
              "app_name": "Telegram",
              "app_icon": "",
              "action": "send_message",
              "action_title": "Send a Text Message",
              "tool_name": "Telegram - Send a Text Message",
              "tool_description": "Post the promo blurb to the channel",
              "actionAppArgs": {
                "text": "AI:"
              },
              "configured": true,
              "sourceNodeId": "2-tool"
            },
            {
              "app": "google_drive",
              "app_name": "Google Drive",
              "app_icon": "",
              "action": "create_file_from_text",
              "action_title": "Create File From Text",
              "tool_name": "Google Drive - Create File From Text",
              "tool_description": "Save the show notes as a doc",
              "actionAppArgs": {
                "file_name": "AI:",
                "file_content": "AI:"
              },
              "configured": true,
              "sourceNodeId": "2-tool"
            }
          ]
        }
      },
      {
        "id": "3",
        "position": {
          "x": 350,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "Announce on Discord",
          "layoutDirection": "horizontal",
          "stepNumber": 3,
          "app": {
            "key": "discord",
            "fm_app": "discord"
          },
          "eventSlug": "channel_message",
          "eventTitle": "Send Channel Message"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": {
          "message": "New episode live: {rss_feed1.title} - {rss_feed1.link}"
        },
        "application": "discord",
        "action": "channel_message",
        "nodeType": "step",
        "stepID": "3"
      },
      {
        "id": "main_end_placeholder",
        "position": {
          "x": 525,
          "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-3",
        "source": "2",
        "target": "3",
        "type": "step",
        "data": []
      },
      {
        "id": "e-3-main_end_placeholder",
        "source": "3",
        "target": "main_end_placeholder",
        "type": "placeholder",
        "data": []
      }
    ]
  },
  "workflow_settings": {
    "name": "Generate video show notes and a promo blurb from every RSS episode",
    "folder": "all",
    "description": "When a new podcast episode hits the RSS feed, an AI agent writes structured show notes and a promo blurb, then publishes them.",
    "status": "off",
    "user_email": "",
    "webhook_queue": "disabled",
    "workflow_auth_key": "",
    "builder_version": "v2",
    "time": "",
    "ai_generated": "yes"
  }
}