πŸ’¬ AI-powered web form responder with GPT-4o-mini, Outlook email & Twilio SMS

⚑ 852 views Β· πŸ’¬ Lead Nurturing & AI Sales Agents

Description

Web-Form Auto-Responder: Instant Email + SMS Follow-Up


πŸ“ Description

Embed a simple web form on your site and let this workflow:

  1. Collect a visitor’s name, email, phone, and question
  2. Generate a professional email and a friendly SMS using GPT-4o-mini
  3. Delay briefly (1 min by default) to simulate human writing time
  4. Send the AI-crafted email via Microsoft Outlook
  5. Send the AI-crafted text via Twilio

Perfect for solo consultants or small teams who want rapid, personalized responses without manual typing.


βš™οΈ Setup Instructions

  1. Import the workflow

    • n8n β†’ Workflows β†’ Import from File (or Paste JSON) β†’ Save
  2. Add credentials

    ServiceWhere to get credentialsNode(s) to update
    OpenAI<https://platform.openai.com> β†’ create API keyOpenAI Chat Model
    Microsoft OutlookAzure/M365 account with email-send permissionsSend email to the submitter
    Twilio<https://console.twilio.com> β†’ Account SID, Auth TokenSend text to the submitter
  3. Embed the form on your website

    • Open Form to be embedded on website
    • Click β€œEmbed” β†’ copy the iframe code β†’ paste into your contact page
  4. Set your Twilio β€œFrom” number

    • In Send text to the submitter, change phone to your verified Twilio number
  5. Adjust wait times (optional)

    • Wait some time to write the email response (default 1 min)
    • Wait some time to write the text response (default 1 min)
  6. Customize the AI prompt (optional)

    • Edit the AI Agent system message to tweak tone, questions asked, or signature
  7. Test the flow

    • Open the form URL (generated by the Form node)
    • Submit a test entry β†’ after ~1 min you should receive both an email and an SMS
  8. Activate

    • Toggle Active so the form handles real submissions 24/7

🧩 Customization Ideas


Contact

πŸ”— Nodes Used

Twilio, Microsoft Outlook, AI Agent, OpenAI Chat Model, Structured Output Parser, n8n Form Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup