{
  "id": "AILeadGoogleFormBuilderPublic",
  "name": "SETUP - Build AI Automation Enquiry Google Form",
  "nodes": [
    {
      "parameters": {},
      "id": "a231eafa-1b03-48c8-9a74-e1bc81cd68bd",
      "name": "Build Form Now",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -320,
        100
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://forms.googleapis.com/v1/forms/FORM_ID:batchUpdate",
        "authentication": "predefinedCredentialType",
        "nodeCredentialType": "googleDriveOAuth2Api",
        "sendBody": true,
        "contentType": "raw",
        "rawContentType": "application/json",
        "body": "={\n  \"includeFormInResponse\": true,\n  \"requests\": [\n    {\"updateFormInfo\":{\"info\":{\"title\":\"AI Automation Enquiry\",\"description\":\"Tell us where manual work is slowing your business down. AI will organise and prioritise your enquiry, and a human will review any consequential follow-up.\"},\"updateMask\":\"title,description\"}},\n    {\"deleteItem\":{\"location\":{\"index\":0}}},\n    {\"deleteItem\":{\"location\":{\"index\":0}}},\n    {\"deleteItem\":{\"location\":{\"index\":0}}},\n    {\"createItem\":{\"item\":{\"title\":\"Full name\",\"questionItem\":{\"question\":{\"required\":true,\"textQuestion\":{\"paragraph\":false}}}},\"location\":{\"index\":0}}},\n    {\"createItem\":{\"item\":{\"title\":\"Business email\",\"questionItem\":{\"question\":{\"required\":true,\"textQuestion\":{\"paragraph\":false}}}},\"location\":{\"index\":1}}},\n    {\"createItem\":{\"item\":{\"title\":\"Company name\",\"questionItem\":{\"question\":{\"required\":true,\"textQuestion\":{\"paragraph\":false}}}},\"location\":{\"index\":2}}},\n    {\"createItem\":{\"item\":{\"title\":\"Business type\",\"questionItem\":{\"question\":{\"required\":true,\"choiceQuestion\":{\"type\":\"DROP_DOWN\",\"options\":[{\"value\":\"Agency\"},{\"value\":\"Coaching or consulting\"},{\"value\":\"Professional services\"},{\"value\":\"Ecommerce\"},{\"value\":\"SaaS or technology\"},{\"value\":\"Other\"}],\"shuffle\":false}}}},\"location\":{\"index\":3}}},\n    {\"createItem\":{\"item\":{\"title\":\"What would you most like to improve?\",\"questionItem\":{\"question\":{\"required\":true,\"choiceQuestion\":{\"type\":\"DROP_DOWN\",\"options\":[{\"value\":\"Lead management\"},{\"value\":\"Customer support\"},{\"value\":\"Finance or invoicing\"},{\"value\":\"Client onboarding\"},{\"value\":\"Content or marketing\"},{\"value\":\"Other\"}],\"shuffle\":false}}}},\"location\":{\"index\":4}}},\n    {\"createItem\":{\"item\":{\"title\":\"Approximate monthly lead volume\",\"questionItem\":{\"question\":{\"required\":true,\"choiceQuestion\":{\"type\":\"DROP_DOWN\",\"options\":[{\"value\":\"0-10\"},{\"value\":\"11-50\"},{\"value\":\"51-200\"},{\"value\":\"200+\"}],\"shuffle\":false}}}},\"location\":{\"index\":5}}},\n    {\"createItem\":{\"item\":{\"title\":\"Indicative implementation budget\",\"questionItem\":{\"question\":{\"required\":true,\"choiceQuestion\":{\"type\":\"DROP_DOWN\",\"options\":[{\"value\":\"Under $500\"},{\"value\":\"$500-$2,000\"},{\"value\":\"$2,000-$5,000\"},{\"value\":\"$5,000+\"},{\"value\":\"Not sure\"}],\"shuffle\":false}}}},\"location\":{\"index\":6}}},\n    {\"createItem\":{\"item\":{\"title\":\"When would you like to improve this process?\",\"questionItem\":{\"question\":{\"required\":true,\"choiceQuestion\":{\"type\":\"DROP_DOWN\",\"options\":[{\"value\":\"Immediately\"},{\"value\":\"Within 30 days\"},{\"value\":\"1-3 months\"},{\"value\":\"Exploring\"}],\"shuffle\":false}}}},\"location\":{\"index\":7}}},\n    {\"createItem\":{\"item\":{\"title\":\"Describe the bottleneck and its impact\",\"questionItem\":{\"question\":{\"required\":true,\"textQuestion\":{\"paragraph\":true}}}},\"location\":{\"index\":8}}},\n    {\"createItem\":{\"item\":{\"title\":\"May we contact you about this enquiry?\",\"questionItem\":{\"question\":{\"required\":true,\"choiceQuestion\":{\"type\":\"RADIO\",\"options\":[{\"value\":\"Yes\"},{\"value\":\"No\"}],\"shuffle\":false}}}},\"location\":{\"index\":9}}}\n  ]\n}",
        "options": {
          "timeout": 60000
        }
      },
      "id": "19510f90-2972-467b-acf7-c94e21cd5313",
      "name": "Create All Form Questions",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        -40,
        100
      ]
    }
  ],
  "connections": {
    "Build Form Now": {
      "main": [
        [
          {
            "node": "Create All Form Questions",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {},
  "settings": {
    "executionOrder": "v1",
    "timezone": "UTC",
    "saveManualExecutions": true,
    "saveDataErrorExecution": "all",
    "saveDataSuccessExecution": "all"
  },
  "active": false,
  "tags": []
}
