{
  "workflow_name": "Log every booking to a Google Sheet",
  "workflow_steps": {
    "steps": [
      {
        "id": "1",
        "position": {
          "x": 0,
          "y": 0
        },
        "data": {
          "label": "New Booking",
          "app": {
            "key": "bookings",
            "fm_app": "bookings"
          },
          "eventSlug": "booking_created",
          "eventTitle": "New Booking",
          "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": "bookings",
        "stepID": "1",
        "action": "booking_created",
        "nodeType": "step",
        "actionAppArgs": [],
        "captureResponse": {
          "booking_id": 501,
          "calendar_id": 3,
          "calendar_name": "Strategy Call",
          "name": "Priya Nair",
          "email": "priya@example.com",
          "phone": "+15551234567",
          "date": "2026-08-03",
          "start_time": "10:00",
          "end_time": "10:30",
          "timezone": "America/New_York",
          "status": "confirmed",
          "meeting_link": "https://zoom.us/j/123456"
        },
        "responses": [
          {
            "letter": "A",
            "time": "01/07/2026, 10:00:00",
            "response": {
              "booking_id": 501,
              "calendar_id": 3,
              "calendar_name": "Strategy Call",
              "name": "Priya Nair",
              "email": "priya@example.com",
              "phone": "+15551234567",
              "date": "2026-08-03",
              "start_time": "10:00",
              "end_time": "10:30",
              "timezone": "America/New_York",
              "status": "confirmed",
              "meeting_link": "https://zoom.us/j/123456"
            }
          }
        ],
        "activeResponseIndex": 0
      },
      {
        "id": "2",
        "position": {
          "x": 175,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "Append the booking",
          "layoutDirection": "horizontal",
          "stepNumber": 2,
          "app": {
            "key": "google_spreadsheets",
            "fm_app": "google_spreadsheets"
          },
          "eventSlug": "new_row",
          "eventTitle": "Add New Row"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": [],
        "application": "google_spreadsheets",
        "action": "new_row",
        "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": "Log every booking to a Google Sheet",
    "folder": "all",
    "description": "A always-current Google Sheet of bookings — perfect for reporting, capacity planning and sharing with the team.",
    "status": "off",
    "user_email": "",
    "webhook_queue": "disabled",
    "workflow_auth_key": "",
    "builder_version": "v2",
    "time": "",
    "ai_generated": "yes"
  }
}