Back to graph Integrations concept
IntegrationsModule 04

Email & notifications

Contact form (simulated)

Nothing leaves your browser. Every step on the right is a simulation.

What one submit sets off

  1. Validation passed

    Name and email checked before anything else runs.

  2. Database row created

    insert into messages (name, email, body) — saved first, so nothing is lost.

  3. Emails sent

    Confirmation to the submitter, notification to the team inbox.

  4. Team channel pinged

    Webhook posted to #new-leads so a human sees it within seconds.

  5. Confirmation shown

    Success state rendered and the form cleared to prevent double submits.

Reaching the human after the save: a confirmation to the submitter, a notification to you.

What makes this work

01

From

Who it is from and why it arrived

02

One action

A single obvious next step

03

Fire after save

A failed email never loses the lead

Related concepts