{
  "name": "Form to Gmail",
  "nodes": [
    {
      "id": "8a4401aa-aa7f-466a-b376-ae45c5cb9b25",
      "typeVersion": 2,
      "position": [
        0,
        0
      ],
      "parameters": {
        "httpMethod": "POST",
        "path": "lead-mail",
        "responseMode": "lastNode",
        "options": {}
      },
      "name": "Form Webhook",
      "type": "n8n-nodes-base.webhook",
      "webhookId": "form-mail"
    },
    {
      "id": "1a06ac32-b2d3-4343-93bf-a87117ded282",
      "typeVersion": 2.1,
      "position": [
        300,
        0
      ],
      "parameters": {
        "sendTo": "ops@thenionic.com",
        "subject": "New site lead",
        "emailType": "text",
        "message": "A lead just submitted the contact form.",
        "options": {}
      },
      "name": "Send Mail",
      "type": "n8n-nodes-base.gmail"
    }
  ],
  "connections": {
    "Form Webhook": {
      "main": [
        [
          {
            "node": "Send Mail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {},
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "timezone": "Asia/Manila"
  },
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": []
}