Customer chat lead sync (Intercom → HubSpot → Slack)
Résumé rapide
Déclencheur
Intercom - Create Contact
Étapes
3
Intercom - Create Contact → HubSpot - Upsert Contact → Slack - Create Message
Lanes
2
Intégrations
HubSpot, Intercom, Slack
Code FlowZap
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"]
}