{
  "name": "Run webinar follow-up",
  "flow": [
    {
      "id": 1,
      "module": "zoom:getParticipants",
      "metadata": {
        "designer": {
          "x": 0,
          "y": 0
        }
      },
      "parameters": {},
      "description": "Pull the webinar participants and registrants."
    },
    {
      "id": 2,
      "module": "hubspot:upsertContact",
      "metadata": {
        "designer": {
          "x": 300,
          "y": 0
        }
      },
      "parameters": {},
      "description": "Search or create a contact for each registrant."
    },
    {
      "id": 3,
      "module": "router:tagAttendance",
      "metadata": {
        "designer": {
          "x": 600,
          "y": 0
        }
      },
      "parameters": {},
      "description": "Tag each contact Attended or No-show from the report.",
      "spion_notes": "Added by Spion: Tag attendance"
    },
    {
      "id": 4,
      "module": "hubspot:enrollInSequence",
      "metadata": {
        "designer": {
          "x": 900,
          "y": 0
        }
      },
      "parameters": {},
      "description": "Enroll Attended in post-webinar nurture; enroll No-show in watch the recording."
    },
    {
      "id": 5,
      "module": "google-sheets:logResults",
      "metadata": {
        "designer": {
          "x": 1200,
          "y": 0
        }
      },
      "parameters": {},
      "description": "Log attendance rate and enrollments for the campaign record."
    }
  ],
  "metadata": {
    "version": 1,
    "generated_by": "Spion",
    "generated_at": "2026-06-14T14:13:03.648Z",
    "description": "Pull the Zoom report, tag attended versus no-show in HubSpot, and enroll each group in the matching sequence."
  }
}