欢迎使用 FlowZap,快速、清晰、掌控的绘图应用。

Customer chat lead sync (Intercom → HubSpot → Slack)

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.

完整 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"]
}

相关模板

返回所有示例