{
  "name": "N8N contact form workflow",
  "nodes": [
    {
      "id": "ae78f14b-8e88-40ca-a5f3-39344aee3ea7",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -560,
        -60
      ]
    },
    {
      "id": "ae23881c-6084-4392-8c7c-16058839345c",
      "name": "Redirect Form",
      "type": "n8n-nodes-base.form",
      "position": [
        320,
        -160
      ]
    },
    {
      "id": "807425c4-f058-4e94-82bd-72e856c4e27c",
      "name": "Confirmation Form",
      "type": "n8n-nodes-base.form",
      "position": [
        100,
        -160
      ]
    },
    {
      "id": "b5a85199-8398-4a11-9c4a-82c27385e531",
      "name": "If Email Sent",
      "type": "n8n-nodes-base.if",
      "position": [
        -120,
        -60
      ]
    },
    {
      "id": "9d7387fa-b861-45f7-897f-a985d5e07cac",
      "name": "Send Email to Support",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -340,
        -60
      ]
    },
    {
      "id": "c6feba50-13b0-46db-9349-e57ae8f758db",
      "name": "Form",
      "type": "n8n-nodes-base.form",
      "position": [
        100,
        40
      ]
    },
    {
      "id": "6822eb0f-e6d0-4e47-9779-b02e6c6c0b9e",
      "name": "End (Success)",
      "type": "n8n-nodes-base.noOp",
      "position": [
        540,
        -160
      ]
    },
    {
      "id": "3b5cdccd-0f8f-474e-9297-a6952f9b403a",
      "name": "End (Error)",
      "type": "n8n-nodes-base.noOp",
      "position": [
        320,
        40
      ]
    },
    {
      "id": "33928014-6602-4396-ab65-df189a1787fb",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -620,
        -180
      ],
      "parameters": {
        "width": null,
        "height": 100,
        "content": "### Customize Fields \nChange the form fields, title, or descriptions in the formTrigger node."
      }
    },
    {
      "id": "8eb0b887-1fb0-4f76-975a-8b9acb1d296c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -380,
        100
      ],
      "parameters": {
        "width": null,
        "height": 80,
        "content": "### Customize Email \nUpdate the email body or subject in the emailSend node."
      }
    },
    {
      "id": "20b3562d-6ebd-4b68-80ee-ceeaf66887b3",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -260
      ],
      "parameters": {
        "width": 260,
        "height": 80,
        "content": "### Customize Message Content\nChange custom html content"
      }
    },
    {
      "id": "5becd350-ac1b-4f5b-b213-975bccbb1455",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        -260
      ],
      "parameters": {
        "width": null,
        "height": 80,
        "content": "### Change Redirect URL \nRedirect to a different URL by editing the Redirect Form node."
      }
    },
    {
      "id": "4b570ac9-606c-452c-b640-582f4758bfcc",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        200
      ],
      "parameters": {
        "width": 280,
        "height": 100,
        "content": "### Change Message\nConfigure the Error Message Output to Meet Your Implementation Requirements."
      }
    }
  ],
  "connections": {
    "Form": {
      "main": [
        [
          {
            "node": "End (Error)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Email Sent": {
      "main": [
        [
          {
            "node": "Confirmation Form",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Redirect Form": {
      "main": [
        [
          {
            "node": "End (Success)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Confirmation Form": {
      "main": [
        [
          {
            "node": "Redirect Form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Send Email to Support",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Email to Support": {
      "main": [
        [
          {
            "node": "If Email Sent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}