{
  "packName": "Team Vortex YotaVon n8n Agent Workflows",
  "platform": "n8n",
  "version": "1.0.0",
  "accessRule": {
    "passkeyType": "unique_yotavon_name",
    "passkeyInput": "YOTAVON_NAME",
    "gateNode": "Verify YotaVon Name"
  },
  "sharedEnvironment": [
    "YOTAVON_NAME",
    "OPENAI_API_KEY",
    "CRM_API_KEY",
    "HELPDESK_API_KEY",
    "ERP_API_KEY",
    "NOTION_API_KEY"
  ],
  "workflows": [
    {
      "id": "outbound_sales_lead_gen",
      "displayName": "Team Vortex YotaVon Outbound Sales and Lead Gen",
      "nodes": [
        "Manual Trigger or Schedule",
        "Verify YotaVon Name",
        "Approved Source Fetch",
        "Company Research",
        "Personalized Email Draft",
        "Human Approval",
        "CRM Create/Update"
      ],
      "writeActionsRequireApproval": true
    },
    {
      "id": "customer_support_copilot",
      "displayName": "Team Vortex YotaVon Customer Support Co-Pilot",
      "nodes": [
        "Webhook Trigger",
        "Verify YotaVon Name",
        "Knowledge Base Retrieval",
        "Answer Draft",
        "Escalation Classifier",
        "Refund Request Draft",
        "Human Approval",
        "Helpdesk Update"
      ],
      "writeActionsRequireApproval": true
    },
    {
      "id": "competitor_monitoring_research",
      "displayName": "Team Vortex YotaVon Competitor Monitoring and Research",
      "nodes": [
        "Weekly Schedule",
        "Verify YotaVon Name",
        "Configured Source Monitor",
        "Mention Extractor",
        "Sentiment and Topic Classifier",
        "Market Report Generator",
        "Email or Slack Summary"
      ],
      "writeActionsRequireApproval": false
    },
    {
      "id": "inventory_management",
      "displayName": "Team Vortex YotaVon Inventory Management Agent",
      "nodes": [
        "ERP Stock Trigger",
        "Verify YotaVon Name",
        "Reorder Point Check",
        "Demand Forecast",
        "Supplier Comparison",
        "PO Draft",
        "Human Approval",
        "ERP Update",
        "Ops Summary"
      ],
      "writeActionsRequireApproval": true
    }
  ],
  "safetyNotes": [
    "Use authenticated APIs and approved source lists.",
    "Respect website terms, robots.txt, and rate limits.",
    "Never store secrets in workflow JSON.",
    "Keep human approval before outbound messages, refunds, POs, or production writes."
  ]
}
