简体   繁体   English

回复whatsapp上的具体whatsapp消息 api

[英]Reply to specific whatsapp message on whatsapp api

I am tryin to send a reply to a specific whatsapp message, which is done by sliding the message to the right.我正在尝试向特定的 whatsapp 消息发送回复,这是通过将消息向右滑动来完成的。 But on my received POST (send through Twilio), I don't find anything that can denote the referenced message.但是在我收到的 POST(通过 Twilio 发送)中,我找不到任何可以表示引用消息的内容。 How can I do this please?请问我该怎么做?

Here is my received POST:这是我收到的 POST:

From
    whatsapp:+1xxxxxxxxxx
SmsStatus
    received
ApiVersion
    2010-04-01
NumMedia
    0
To
    whatsapp:+1xxxxxxxxxx
SmsSid
    SM5a95d16b24ac16e2ab3b0de6a6304da7
AccountSid
    ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
MessageSid
    SM5a95d16b24ac16e2ab3b0de6a6304da7
SmsMessageSid
    SM5a95d16b24ac16e2ab3b0de6a6304da7
NumSegments
    1
Body
    Hi

I got the reply from twilio support that you can not track the conversations我收到了 twilio 支持的回复,您无法跟踪对话

As for "which confirmation is for which message", unfortunately, you won't be able to track the conversation's sequence via our API.至于“哪个确认对应哪个消息”,很遗憾,您将无法通过我们的 API 跟踪对话的顺序。

Yeah it's a shame, it really limits the API.是的,很遗憾,它确实限制了 API。 Have you changed to another BSP that does support conversation tracking?您是否已更改为另一个支持对话跟踪的 BSP?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM