Customer chat lead sync (Intercom → HubSpot → Slack)
快速摘要
触发器
Intercom - Create Contact
步骤
3
Intercom - Create Contact → HubSpot - Upsert Contact → Slack - Create Message
泳道
2
集成
HubSpot, Intercom, Slack
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"]
}