Notre vérificateur de conformité intègre désormais la vérification du Règlement européen sur l'intelligence artificielle (AI Act) ! En savoir plus.

Lead capture & welcome sequence (Typeform → HubSpot → Mailchimp → Slack)

A Make.com automation scenario that watches Typeform responses, upserts contacts in HubSpot CRM, and adds subscribers to a Mailchimp email list for drip-campaign nurturing. The workflow concludes with a Slack notification to the sales team, ensuring every new lead is captured, enriched, and followed up on automatically.

Code FlowZap complet

Copiez et collez le code FlowZap suivant dans un projet de votre compte FlowZap pour voir ce diagramme.

typeform { # Typeform
n1: rectangle label:"Typeform - Watch Responses" system:"Typeform"
n2: rectangle label:"HubSpot - Upsert Contact" system:"HubSpot"
n1.handle(right) -> n2.handle(left)
}

marketing { # Marketing
n3: rectangle label:"Mailchimp - Add/Update Subscriber" system:"Mailchimp"
n4: rectangle label:"Slack - Create Message" system:"Slack"
n2.handle(bottom) -> marketing.n3.handle(top) [label="New lead"]
n3.handle(right) -> n4.handle(left)
}

Modèles associés

Retour à tous les exemples