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

SMS support intake (Twilio → Zendesk → Slack)

A Make.com automation scenario that converts incoming Twilio SMS messages into Zendesk support tickets and notifies the support team via Slack. This omnichannel customer service workflow ensures text-based inquiries are tracked in the same helpdesk as email and chat tickets, providing a unified view of all customer interactions.

完整 FlowZap 代码

sms { # Sms
n1: rectangle label:"Twilio - Create Call" system:"Twilio"
n2: rectangle label:"Zendesk - Create Ticket" system:"Zendesk"
n1.handle(right) -> n2.handle(left)
}

support { # Support
n3: rectangle label:"Slack - Create Message" system:"Slack"
n2.handle(bottom) -> support.n3.handle(top) [label="Ticket created"]
}

相关模板

返回所有示例