【发布时间】:2020-01-12 23:36:36
【问题描述】:
如何从 Twilio Whatsapp api 获取客户名称和显示照片
【问题讨论】:
-
嗨!你能分享一些你的代码吗?
如何从 Twilio Whatsapp api 获取客户名称和显示照片
【问题讨论】:
这里是 Twilio 开发者宣传员。
据我从WhatsApp API documentation 得知,WhatsApp 不会将用户的显示照片作为消息的一部分发送,您也无法查找联系人。
他们确实会发送配置文件名称,但不会在 WhatsApp 的 Twilio API 中公开。 request parameters that are set for WhatsApp messages are the same for SMS messages and you can see them all in the documentation here。
编辑
Twilio 现在支持sending the profile name, and other WhatsApp specific properties, as part of the incoming webhook。
【讨论】: