{
  "workflow_name": "Create a ClickUp prep task for every new calendar event",
  "workflow_steps": {
    "steps": [
      {
        "id": "1",
        "position": {
          "x": 0,
          "y": 0
        },
        "data": {
          "label": "New/Updated Event",
          "app": {
            "key": "google_calendar",
            "fm_app": "google_calendar"
          },
          "eventSlug": "new_or_updated_event",
          "eventTitle": "New or Updated Event",
          "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": "google_calendar",
        "stepID": "1",
        "action": "new_or_updated_event",
        "nodeType": "step",
        "actionAppArgs": [],
        "captureResponse": {
          "event_id": "e1",
          "event_title": "Client review",
          "start_time": "2026-07-10T15:00:00Z",
          "attendees": "client@example.com"
        },
        "responses": [
          {
            "letter": "A",
            "time": "01/07/2026, 10:00:00",
            "response": {
              "event_id": "e1",
              "event_title": "Client review",
              "start_time": "2026-07-10T15:00:00Z",
              "attendees": "client@example.com"
            }
          }
        ],
        "activeResponseIndex": 0
      },
      {
        "id": "2",
        "position": {
          "x": 175,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "Create ClickUp task",
          "layoutDirection": "horizontal",
          "stepNumber": 2,
          "app": {
            "key": "clickup",
            "fm_app": "clickup"
          },
          "eventSlug": "create_task",
          "eventTitle": "Create Task"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": {
          "task_name": "Prep: {google_calendar1.event_title}",
          "description": "Event starts {google_calendar1.start_time}. Prepare agenda and materials."
        },
        "application": "clickup",
        "action": "create_task",
        "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": "Create a ClickUp prep task for every new calendar event",
    "folder": "all",
    "description": "Whenever a new Google Calendar event appears, create a ClickUp prep task so you're never caught off guard.",
    "status": "off",
    "user_email": "",
    "webhook_queue": "disabled",
    "workflow_auth_key": "",
    "builder_version": "v2",
    "time": "",
    "ai_generated": "yes"
  }
}