如何通过 Twilio WhatsApp 接收联系人姓名
How to receive contact name via Twilio WhatsApp
我正在使用 Twilio API for WhatsApp in a sandbox, for prototyping and testing. According to the Facebook / WhatsApp documentation, there are several types of inbound notifications 可以传送到您的唯一 Webhook。
Twilio API 文档非常有限,没有提及任何更高级的场景。例如检索客户姓名,which should be present in every webhook request…
当我检查 webhook 时,主体负载非常有限。有什么办法可以接收到原始的channelData吗?
显然,此功能尚未实现。我从 Twilio 收到了以下声明。
Unfortunately we don't support the Contact name being included in the inbound Whatsapp message posted to your webhook at this time. I've raised a feature request for this with the Product Team in hopes that we'll have this feature available in the near future.
您可以使用请求表单中的 'ProfileName' 键获取发件人的姓名。
我正在使用 Twilio API for WhatsApp in a sandbox, for prototyping and testing. According to the Facebook / WhatsApp documentation, there are several types of inbound notifications 可以传送到您的唯一 Webhook。
Twilio API 文档非常有限,没有提及任何更高级的场景。例如检索客户姓名,which should be present in every webhook request…
当我检查 webhook 时,主体负载非常有限。有什么办法可以接收到原始的channelData吗?
显然,此功能尚未实现。我从 Twilio 收到了以下声明。
Unfortunately we don't support the Contact name being included in the inbound Whatsapp message posted to your webhook at this time. I've raised a feature request for this with the Product Team in hopes that we'll have this feature available in the near future.
您可以使用请求表单中的 'ProfileName' 键获取发件人的姓名。