Lead capture & welcome sequence (Typeform → HubSpot → Mailchimp → Slack)
Exemple d'automatisation Make.com en FlowZap Code (téléchargement .fz).
A Make.com automation scenario that syncs new Intercom chat contacts to HubSpot CRM as leads, enriching the sales pipeline with real-time customer engagement data. A Slack notification alerts the sales team when a new lead is synced, enabling faster follow-up on high-intent website visitors who initiate live chat conversations.
intercom { # Intercom
n1: rectangle label:"Intercom - Create Contact" system:"Intercom"
n2: rectangle label:"HubSpot - Upsert Contact" system:"HubSpot"
n1.handle(right) -> n2.handle(left)
}
sales { # Sales
n3: rectangle label:"Slack - Create Message" system:"Slack"
n2.handle(bottom) -> sales.n3.handle(top) [label="Lead synced"]
}Exemple d'automatisation Make.com en FlowZap Code (téléchargement .fz).
Exemple d'automatisation Make.com en FlowZap Code (téléchargement .fz).
Exemple d'automatisation Make.com en FlowZap Code (téléchargement .fz).
Exemple d'automatisation Make.com en FlowZap Code (téléchargement .fz).
Exemple d'automatisation Make.com en FlowZap Code (téléchargement .fz).
Exemple d'automatisation Make.com en FlowZap Code (téléchargement .fz).