Auto-Reply to Typeform Submissions Instantly via Outlook

When someone submits your Typeform, this sends a personalised acknowledgement through Outlook within seconds — so every enquirer gets an instant, professional "we've received this" instead of silence.

difficulty Beginnersetup 20 minresult Every Typeform submitter receives an immediate, personalised Outlook reply confirming you've got their message and what happens next.
  1. 1

    Step 1 — Receive the submission

    Add a Webhook connected to Typeform (or its native integration) so each submission triggers the flow.

  2. 2

    Step 2 — Grab name + email

    Add a Set node mapping the submitter's name and email from the payload.

  3. 3

    Step 3 — Send the reply via Outlook

    Add a Outlook node addressed to {{ $json.email }} with a warm, on-brand acknowledgement personalised with {{ $json.name }} and a note on your response time.

Frequently asked questions

Can I route by enquiry type?

Yes — capture the topic field and add an `If`/`Switch` before Step 3 to send tailored copy (sales vs support vs careers).

Will it look automated?

Only if you let it. Write the Outlook copy like a real person would, use the submitter's name, and set honest expectations — it reads as attentive, not robotic.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.