{
  "workflow": {
    "id": 6728,
    "name": "Discovering and analyzing conferences for networking with ScrapeGraphAI",
    "views": 266,
    "recentViews": 0,
    "totalViews": 266,
    "createdAt": "2025-07-31T07:53:17.813Z",
    "description": "# AI Conference Intelligence & Networking Optimizer with ScrapeGraphAI\n\n&gt; **⚠️ IMPORTANT: This template requires a self-hosted n8n instance with ScrapeGraphAI integration. It cannot be used with n8n Cloud due to web scraping capabilities.**\n\n![Conference Intelligence Workflow](https://via.placeholder.com/800x400/4A90E2/FFFFFF?text=Conference+Intelligence+Workflow+Preview)\n\nThis workflow automatically discovers industry conferences and provides AI-powered networking intelligence to maximize your event ROI.\n\n## How it works\n\nThis workflow automatically discovers industry conferences and provides AI-powered networking intelligence to maximize your event ROI.\n\n## Key Steps\n\n1. **Scheduled Discovery** - Runs weekly to find new industry conferences from Eventbrite and other sources.\n2. **AI-Powered Scraping** - Uses ScrapeGraphAI to extract comprehensive conference information including speakers, agenda, and networking opportunities.\n3. **Speaker Intelligence** - Analyzes speakers to identify high-priority networking targets based on their role, company, and expertise.\n4. **Agenda Analysis** - Extracts and maps the complete conference schedule to optimize your time and networking strategy.\n5. **Networking Strategy** - Generates AI-powered recommendations for maximizing networking ROI with prioritized contact lists and approach strategies.\n\n## Set up steps\n\n**Setup time: 10-15 minutes**\n\n1. **Configure ScrapeGraphAI credentials** - Add your ScrapeGraphAI API key for web scraping capabilities.\n2. **Customize conference sources** - Update the Eventbrite URL to target specific industries or locations.\n3. **Adjust monitoring frequency** - Modify the weekly trigger to match your conference discovery needs.\n4. **Review networking priorities** - The system automatically prioritizes speakers, but you can customize the criteria.\n\n## Technical Configuration\n\n### Prerequisites\n- Self-hosted n8n instance (version 1.0+)\n- ScrapeGraphAI API credentials\n- Eventbrite API access (optional, for enhanced data)\n\n### API Configuration\n```bash\n# ScrapeGraphAI Setup\n1. Sign up at https://scrapegraph.ai\n2. Generate API key from dashboard\n3. Add credentials in n8n: Settings &gt; Credentials &gt; Add Credential &gt; ScrapeGraphAI\n```\n\n### Customization Examples\n\n**Modify Conference Sources:**\n```javascript\n// In Eventbrite Scraper node, update the URL:\nconst targetUrl = \"https://www.eventbrite.com/d/united-states/technology/\";\nconst industryFilter = \"?q=artificial+intelligence\";\n```\n\n**Adjust Networking Priorities:**\n```javascript\n// In Speaker Intelligence node, modify scoring weights:\nconst priorityWeights = {\n  executive_level: 0.4,\n  company_size: 0.3,\n  industry_relevance: 0.2,\n  speaking_topic: 0.1\n};\n```\n\n**Customize Output Format:**\n```javascript\n// In Networking Strategy node, modify output structure:\nconst outputFormat = {\n  high_priority: speakers.filter(s =&gt; s.score &gt; 8),\n  medium_priority: speakers.filter(s =&gt; s.score &gt; 6 && s.score &lt;= 8),\n  networking_plan: generateApproachStrategy(speakers)\n};\n```\n\n## Data Storage & Output Formats\n\n### Storage Options\n- **Local JSON files** - Default storage for conference data\n- **Google Drive** - For sharing reports with team\n- **Database** - PostgreSQL/MySQL for enterprise deployments\n- **Cloud Storage** - AWS S3, Google Cloud Storage\n\n### Output Formats\n- **JSON** - Raw data for API integration\n- **CSV** - For spreadsheet analysis\n- **PDF Reports** - Executive summaries\n- **Markdown** - Documentation and sharing\n\n### Sample Output Structure\n```json\n{\n  \"conference_data\": {\n    \"event_name\": \"AI Summit 2024\",\n    \"date\": \"2024-06-15\",\n    \"location\": \"San Francisco, CA\",\n    \"speakers\": [\n      {\n        \"name\": \"Dr. Sarah Chen\",\n        \"title\": \"CTO, TechCorp\",\n        \"company\": \"TechCorp Inc\",\n        \"networking_score\": 9.2,\n        \"priority\": \"high\",\n        \"approach_strategy\": \"Connect via LinkedIn, mention shared AI interests\"\n      }\n    ],\n    \"networking_plan\": {\n      \"high_priority_targets\": 5,\n      \"recommended_approach\": \"Focus on AI ethics panel speakers\",\n      \"schedule_optimization\": \"Attend morning keynotes, network during breaks\"\n    }\n  }\n}\n```\n\n## Key Features\n\n- **Automated Conference Discovery** - Finds relevant industry events from multiple sources\n- **Speaker Intelligence Analysis** - Identifies high-value networking targets with contact priority scoring\n- **Strategic Agenda Mapping** - Optimizes your conference schedule for maximum networking impact\n- **AI-Powered Recommendations** - Provides personalized networking strategies and approach methods\n- **Priority Contact Lists** - Ranks speakers by business value and networking potential\n\n## Troubleshooting\n\n### Common Issues\n1. **ScrapeGraphAI Rate Limits** - Implement delays between requests\n2. **Website Structure Changes** - Update scraping prompts in ScrapeGraphAI nodes\n3. **API Authentication** - Verify credentials and permissions\n\n### Performance Optimization\n- Adjust trigger frequency based on conference season\n- Implement caching for repeated data\n- Use batch processing for large conference lists\n\n## Support & Customization\n\nFor advanced customization or enterprise deployments, consider:\n- Custom speaker scoring algorithms\n- Integration with CRM systems (Salesforce, HubSpot)\n- Advanced analytics and reporting dashboards\n- Multi-language support for international conferences\n",
    "workflow": {
      "id": "VhEwspDqzu7ssFVE",
      "meta": {
        "instanceId": "f4b0efaa33080e7774e0d9285c40c7abcd2c6f7cf1a8b901fa7106170dd4cda3",
        "templateCredsSetupCompleted": true
      },
      "name": "My workflow 2",
      "tags": [
        {
          "id": "DxXGubfBzRKh6L8T",
          "name": "Revenue Optimization",
          "createdAt": "2025-07-25T16:24:30.370Z",
          "updatedAt": "2025-07-25T16:24:30.370Z"
        },
        {
          "id": "IxkcJ2IpYIxivoHV",
          "name": "Content Strategy",
          "createdAt": "2025-07-25T12:57:37.677Z",
          "updatedAt": "2025-07-25T12:57:37.677Z"
        },
        {
          "id": "PAKIJ2Mm9EvRcR3u",
          "name": "Trend Monitoring",
          "createdAt": "2025-07-25T12:57:37.670Z",
          "updatedAt": "2025-07-25T12:57:37.670Z"
        },
        {
          "id": "YtfXmaZk44MYedPO",
          "name": "Dynamic Pricing",
          "createdAt": "2025-07-25T16:24:30.369Z",
          "updatedAt": "2025-07-25T16:24:30.369Z"
        }
      ],
      "nodes": [
        {
          "id": "1963915b-9fa6-4f49-83e5-21b4f6f7dc42",
          "name": "Schedule Trigger",
          "type": "n8n-nodes-base.scheduleTrigger",
          "position": [
            -1696,
            912
          ],
          "parameters": {
            "rule": {
              "interval": [
                {
                  "field": "weeks"
                }
              ]
            }
          },
          "typeVersion": 1.2
        },
        {
          "id": "f310faab-de2c-4897-a1f5-d89358f8da9c",
          "name": "Conference Scraper",
          "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
          "position": [
            -1120,
            976
          ],
          "parameters": {
            "userPrompt": "Extract conference information from this page. Use the following schema for response: { \"conference_name\": \"Tech Summit 2024\", \"date\": \"2024-08-15\", \"location\": \"San Francisco, CA\", \"venue\": \"Moscone Center\", \"description\": \"Annual technology conference\", \"ticket_price\": \"$299\", \"organizer\": \"Tech Events Inc\", \"website_url\": \"https://example.com/conference\", \"registration_url\": \"https://example.com/register\", \"categories\": [\"Technology\", \"Business\"], \"estimated_attendees\": \"500-1000\" }",
            "websiteUrl": "https://www.eventbrite.com/d/ca--san-francisco/business-conferences/"
          },
          "typeVersion": 1
        },
        {
          "id": "1cd36fc6-f574-4cb7-8595-48a6aa953b59",
          "name": "Speaker Analyzer",
          "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
          "position": [
            -560,
            976
          ],
          "parameters": {
            "userPrompt": "Extract speaker information from this conference website. Use the following schema: { \"speakers\": [{ \"name\": \"John Doe\", \"title\": \"CEO\", \"company\": \"Tech Corp\", \"bio\": \"Tech industry veteran\", \"linkedin_url\": \"https://linkedin.com/in/johndoe\", \"session_title\": \"Future of AI\", \"session_time\": \"10:00 AM\", \"session_track\": \"Main Stage\", \"expertise_areas\": [\"AI\", \"Machine Learning\"], \"contact_priority\": \"High\" }] }",
            "websiteUrl": "={{ $json.website_url }}"
          },
          "typeVersion": 1
        },
        {
          "id": "32918675-9362-4528-9fbf-69c91ef2fd7c",
          "name": "Agenda Parser",
          "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
          "position": [
            -32,
            960
          ],
          "parameters": {
            "userPrompt": "Extract the conference agenda and schedule. Use this schema: { \"agenda\": [{ \"time\": \"09:00 AM\", \"session_title\": \"Opening Keynote\", \"speaker\": \"Jane Smith\", \"track\": \"Main Stage\", \"duration\": \"60 minutes\", \"session_type\": \"Keynote\", \"topics\": [\"Industry Trends\"], \"networking_break\": false, \"location\": \"Hall A\" }], \"networking_opportunities\": [{ \"type\": \"Coffee Break\", \"time\": \"10:30 AM\", \"duration\": \"30 minutes\", \"location\": \"Lobby\" }] }",
            "websiteUrl": "={{ $('Conference Scraper').item.json.website_url }}"
          },
          "typeVersion": 1
        },
        {
          "id": "fe3d63f8-2557-4e94-a810-aaff115bd8e0",
          "name": "Networking Opportunity Finder",
          "type": "n8n-nodes-base.code",
          "notes": "AI-powered analysis of\nnetworking opportunities\nand strategic contacts",
          "position": [
            656,
            960
          ],
          "parameters": {
            "jsCode": "// Get all input data\nconst conferenceData = $('Conference Scraper').item.json;\nconst speakerData = $('Speaker Analyzer').item.json;\nconst agendaData = $('Agenda Parser').item.json;\n\n// Analyze networking opportunities\nfunction analyzeNetworkingOpportunities(conference, speakers, agenda) {\n  const opportunities = [];\n  \n  // Extract high-priority speakers\n  const highPrioritySpeakers = speakers.speakers?.filter(s => s.contact_priority === 'High') || [];\n  \n  // Find networking breaks and coffee sessions\n  const networkingTimes = agenda.networking_opportunities || [];\n  \n  // Identify strategic sessions to attend\n  const strategicSessions = agenda.agenda?.filter(session => \n    session.session_type === 'Panel' || \n    session.session_type === 'Workshop' ||\n    session.topics?.some(topic => ['AI', 'Innovation', 'Strategy', 'Leadership'].includes(topic))\n  ) || [];\n  \n  // Generate networking recommendations\n  highPrioritySpeakers.forEach(speaker => {\n    opportunities.push({\n      type: 'Speaker Meeting',\n      target: speaker.name,\n      company: speaker.company,\n      session: speaker.session_title,\n      time: speaker.session_time,\n      priority: 'High',\n      reason: `Industry expert in ${speaker.expertise_areas?.join(', ')}`,\n      approach: `Attend their session: \"${speaker.session_title}\" and approach during Q&A or after`,\n      linkedin: speaker.linkedin_url\n    });\n  });\n  \n  // Add general networking opportunities\n  networkingTimes.forEach(netTime => {\n    opportunities.push({\n      type: 'General Networking',\n      time: netTime.time,\n      duration: netTime.duration,\n      location: netTime.location,\n      priority: 'Medium',\n      approach: 'Casual conversations with attendees'\n    });\n  });\n  \n  return {\n    conference_overview: {\n      name: conference.conference_name,\n      date: conference.date,\n      location: conference.location,\n      estimated_attendees: conference.estimated_attendees\n    },\n    networking_opportunities: opportunities,\n    strategic_sessions: strategicSessions,\n    key_speakers: highPrioritySpeakers,\n    total_opportunities: opportunities.length\n  };\n}\n\n// Process the data\nconst analysis = analyzeNetworkingOpportunities(conferenceData, speakerData, agendaData);\n\nconsole.log(`Found ${analysis.total_opportunities} networking opportunities`);\n\nreturn [{ json: analysis }];"
          },
          "notesInFlow": true,
          "typeVersion": 2
        },
        {
          "id": "298e8dc7-5d9d-4c73-a363-c67569573a2f",
          "name": "Sticky Note 1",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -1904,
            496
          ],
          "parameters": {
            "color": 4,
            "width": 575,
            "height": 674,
            "content": "# Step 1: Weekly Trigger ⏰\n\nAutomatically searches for new industry conferences every week.\n\n## Configuration Options\n- **Frequency**: Weekly (every Monday at 9 AM)\n- **Timezone**: Automatically uses your local timezone\n- **Customizable**: Change to daily, bi-weekly, or monthly\n\n## Why Weekly?\n- Conference announcements happen regularly\n- Early bird pricing often available\n- Better speaker lineup access\n- More networking preparation time"
          },
          "typeVersion": 1
        },
        {
          "id": "115330c1-e0bf-45db-b3d3-479dda41d6a0",
          "name": "Sticky Note 2",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -1328,
            496
          ],
          "parameters": {
            "color": 4,
            "width": 575,
            "height": 674,
            "content": "# Step 2: Conference Discovery 🔍\n\nScrapes conference listing websites to find relevant industry events.\n\n## What it extracts:\n- Conference name and dates\n- Location and venue details\n- Ticket prices and registration info\n- Event categories and focus areas\n- Organizer information\n- Expected attendance numbers\n\n## Supported Sources:\n- Eventbrite, Meetup, industry websites\n- Association event calendars\n- Conference aggregator sites"
          },
          "typeVersion": 1
        },
        {
          "id": "a366cc72-9fce-4b2d-adeb-1f3a0dfa6894",
          "name": "Sticky Note 3",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -752,
            496
          ],
          "parameters": {
            "color": 4,
            "width": 575,
            "height": 674,
            "content": "# Step 3: Speaker Intelligence 🎤\n\nAnalyzes conference speakers to identify key networking targets.\n\n## Speaker Analysis:\n- **Contact Priority**: High/Medium/Low ranking\n- **Professional Background**: Title, company, experience\n- **Session Details**: Topics, time slots, tracks\n- **Social Profiles**: LinkedIn, Twitter connections\n- **Expertise Mapping**: Relevant skill areas\n\n## Smart Prioritization:\n- C-level executives = High priority\n- Industry thought leaders = High priority\n- Potential partners/clients = Medium priority"
          },
          "typeVersion": 1
        },
        {
          "id": "4a20f389-ea9d-4e6f-8182-75e808c28081",
          "name": "Sticky Note 4",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -176,
            496
          ],
          "parameters": {
            "color": 4,
            "width": 575,
            "height": 674,
            "content": "# Step 4: Agenda Analysis 📅\n\nExtracts and analyzes the complete conference schedule.\n\n## Schedule Intelligence:\n- **Session Mapping**: All talks, workshops, panels\n- **Speaker-Session Links**: Who's speaking when\n- **Track Organization**: Main stage, breakout rooms\n- **Networking Breaks**: Coffee, lunch, social events\n- **Strategic Sessions**: High-value content identification\n\n## Time Optimization:\n- Identifies session conflicts\n- Maps networking opportunities\n- Highlights must-attend sessions"
          },
          "typeVersion": 1
        },
        {
          "id": "b1207fca-d339-469b-aebd-b3f9160cc234",
          "name": "Sticky Note 5",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            400,
            496
          ],
          "parameters": {
            "color": 4,
            "width": 575,
            "height": 674,
            "content": "# Step 5: Networking Strategy AI 🤝\n\nAI-powered analysis to maximize networking ROI.\n\n## Strategic Analysis:\n- **Contact Prioritization**: Ranks speakers by business value\n- **Approach Recommendations**: Best ways to connect\n- **Timing Optimization**: When and where to network\n- **Conversation Starters**: Based on shared interests\n- **Follow-up Planning**: Post-event connection strategy\n\n## Output Intelligence:\n- Networking opportunity scoring\n- Strategic session recommendations\n- Contact approach strategies\n- Priority meeting schedule"
          },
          "typeVersion": 1
        }
      ],
      "active": false,
      "pinData": {},
      "settings": {
        "executionOrder": "v1"
      },
      "versionId": "54507b17-8ae6-466a-ab83-aa6b0a00b24d",
      "connections": {
        "Agenda Parser": {
          "main": [
            [
              {
                "node": "Networking Opportunity Finder",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Schedule Trigger": {
          "main": [
            [
              {
                "node": "Conference Scraper",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Speaker Analyzer": {
          "main": [
            [
              {
                "node": "Agenda Parser",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Conference Scraper": {
          "main": [
            [
              {
                "node": "Speaker Analyzer",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    },
    "lastUpdatedBy": 29,
    "workflowInfo": {
      "nodeCount": 10,
      "nodeTypes": {
        "n8n-nodes-base.code": {
          "count": 1
        },
        "n8n-nodes-base.stickyNote": {
          "count": 5
        },
        "n8n-nodes-base.scheduleTrigger": {
          "count": 1
        },
        "n8n-nodes-scrapegraphai.scrapegraphAi": {
          "count": 3
        }
      }
    },
    "status": "published",
    "user": {
      "name": "vinci-king-01",
      "username": "vinci-king-01",
      "bio": "",
      "verified": true,
      "links": [
        "https://www.linkedin.com/in/marco-vinciguerra-7ba365242/"
      ],
      "avatar": "https://gravatar.com/avatar/d939eeef03a5fcb5df08bee8196f12ccb248c38209487414e419032004f0c014?r=pg&d=retro&size=200"
    },
    "nodes": [
      {
        "id": 565,
        "icon": "fa:sticky-note",
        "name": "n8n-nodes-base.stickyNote",
        "codex": {
          "data": {
            "alias": [
              "Comments",
              "Notes",
              "Sticky"
            ],
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0",
            "subcategories": {
              "Core Nodes": [
                "Helpers"
              ]
            }
          }
        },
        "group": "[\"input\"]",
        "defaults": {
          "name": "Sticky Note",
          "color": "#FFD233"
        },
        "iconData": {
          "icon": "sticky-note",
          "type": "icon"
        },
        "displayName": "Sticky Note",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 834,
        "icon": "file:code.svg",
        "name": "n8n-nodes-base.code",
        "codex": {
          "data": {
            "alias": [
              "cpde",
              "Javascript",
              "JS",
              "Python",
              "Script",
              "Custom Code",
              "Function"
            ],
            "details": "The Code node allows you to execute JavaScript in your workflow.",
            "resources": {
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"
                }
              ]
            },
            "categories": [
              "Development",
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0",
            "subcategories": {
              "Core Nodes": [
                "Helpers",
                "Data Transformation"
              ]
            }
          }
        },
        "group": "[\"transform\"]",
        "defaults": {
          "name": "Code"
        },
        "iconData": {
          "type": "file",
          "fileBuffer": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMTcxXzQ0MSkiPgo8cGF0aCBkPSJNMTcwLjI4MyA0OEgxOTYuNUMyMDMuMTI3IDQ4IDIwOC41IDQyLjYyNzQgMjA4LjUgMzZWMTJDMjA4LjUgNS4zNzI1OCAyMDMuMTI3IDAgMTk2LjUgMEgxNzAuMjgzQzEyNi4xIDAgOTAuMjgzIDM1LjgxNzIgOTAuMjgzIDgwVjE3NkM5MC4yODMgMjA2LjkyOCA2NS4yMTA5IDIzMiAzNC4yODMgMjMySDIzQzE2LjM3MjYgMjMyIDExIDIzNy4zNzIgMTEgMjQ0VjI2OEMxMSAyNzQuNjI3IDE2LjM3MjQgMjgwIDIyLjk5OTYgMjgwTDM0LjI4MyAyODBDNjUuMjEwOSAyODAgOTAuMjgzIDMwNS4wNzIgOTAuMjgzIDMzNlY0NDBDOTAuMjgzIDQ3OS43NjQgMTIyLjUxOCA1MTIgMTYyLjI4MyA1MTJIMTk2LjVDMjAzLjEyNyA1MTIgMjA4LjUgNTA2LjYyNyAyMDguNSA1MDBWNDc2QzIwOC41IDQ2OS4zNzMgMjAzLjEyNyA0NjQgMTk2LjUgNDY0SDE2Mi4yODNDMTQ5LjAyOCA0NjQgMTM4LjI4MyA0NTMuMjU1IDEzOC4yODMgNDQwVjMzNkMxMzguMjgzIDMwOS4wMjIgMTI4LjAxMSAyODQuNDQzIDExMS4xNjQgMjY1Ljk2MUMxMDYuMTA5IDI2MC40MTYgMTA2LjEwOSAyNTEuNTg0IDExMS4xNjQgMjQ2LjAzOUMxMjguMDExIDIyNy41NTcgMTM4LjI4MyAyMDIuOTc4IDEzOC4yODMgMTc2VjgwQzEzOC4yODMgNjIuMzI2OSAxNTIuNjEgNDggMTcwLjI4MyA0OFoiIGZpbGw9IiNGRjk5MjIiLz4KPHBhdGggZD0iTTMwNSAzNkMzMDUgNDIuNjI3NCAzMTAuMzczIDQ4IDMxNyA0OEgzNDIuOTc5QzM2MC42NTIgNDggMzc0Ljk3OCA2Mi4zMjY5IDM3NC45NzggODBWMTc2QzM3NC45NzggMjAyLjk3OCAzODUuMjUxIDIyNy41NTcgNDAyLjA5OCAyNDYuMDM5QzQwNy4xNTMgMjUxLjU4NCA0MDcuMTUzIDI2MC40MTYgNDAyLjA5OCAyNjUuOTYxQzM4NS4yNTEgMjg0LjQ0MyAzNzQuOTc4IDMwOS4wMjIgMzc0Ljk3OCAzMzZWNDMyQzM3NC45NzggNDQ5LjY3MyAzNjAuNjUyIDQ2NCAzNDIuOTc5IDQ2NEgzMTdDMzEwLjM3MyA0NjQgMzA1IDQ2OS4zNzMgMzA1IDQ3NlY1MDBDMzA1IDUwNi42MjcgMzEwLjM3MyA1MTIgMzE3IDUxMkgzNDIuOTc5QzM4Ny4xNjEgNTEyIDQyMi45NzggNDc2LjE4MyA0MjIuOTc4IDQzMlYzMzZDNDIyLjk3OCAzMDUuMDcyIDQ0OC4wNTEgMjgwIDQ3OC45NzkgMjgwSDQ5MEM0OTYuNjI3IDI4MCA1MDIgMjc0LjYyOCA1MDIgMjY4VjI0NEM1MDIgMjM3LjM3MyA0OTYuNjI4IDIzMiA0OTAgMjMyTDQ3OC45NzkgMjMyQzQ0OC4wNTEgMjMyIDQyMi45NzggMjA2LjkyOCA0MjIuOTc4IDE3NlY4MEM0MjIuOTc4IDM1LjgxNzIgMzg3LjE2MSAwIDM0Mi45NzkgMEgzMTdDMzEwLjM3MyAwIDMwNSA1LjM3MjU4IDMwNSAxMlYzNloiIGZpbGw9IiNGRjk5MjIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMTcxXzQ0MSI+CjxyZWN0IHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="
        },
        "displayName": "Code",
        "typeVersion": 2,
        "nodeCategories": [
          {
            "id": 5,
            "name": "Development"
          },
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 839,
        "icon": "fa:clock",
        "name": "n8n-nodes-base.scheduleTrigger",
        "codex": {
          "data": {
            "alias": [
              "Time",
              "Scheduler",
              "Polling",
              "Cron",
              "Interval"
            ],
            "resources": {
              "generic": [],
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"
                }
              ]
            },
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0"
          }
        },
        "group": "[\"trigger\",\"schedule\"]",
        "defaults": {
          "name": "Schedule Trigger",
          "color": "#31C49F"
        },
        "iconData": {
          "icon": "clock",
          "type": "icon"
        },
        "displayName": "Schedule Trigger",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      }
    ],
    "categories": [
      {
        "id": 31,
        "name": "Content Creation"
      },
      {
        "id": 51,
        "name": "Multimodal AI"
      }
    ],
    "image": []
  }
}