Skip to main content

Process website contact form submissions with SharePoint and Gmail

Workflow preview

Process website contact form submissions with SharePoint and Gmail preview
Open on n8n.io

Overview

How it works This workflow fires whenever a visitor submits a contact form on your website.

  1. Webhook receives the POST payload (Name, Email, Phone, Message, Date, Time) from your website form.
  2. Log Submission to SharePoint writes each field into a SharePoint list for permanent record-keeping.
  3. Build Branded Email HTML — Code node constructs a fully branded HTML notification email (customize colors and logo to match your brand).
  4. Send Email Notification delivers the notification via Gmail to your designated recipient address, with Reply-To automatically set to the submitter's email so you can respond in one click.