Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
用户回复twilio sms api中的一个电话号码_Twilio - Fatal编程技术网

用户回复twilio sms api中的一个电话号码

用户回复twilio sms api中的一个电话号码,twilio,Twilio,如果用户响应发送给他的消息,则该功能需要特定的数据。假设一个用户响应或回复了类似“停止”、“取消订阅”或“可能是开始”的消息,我需要对用户回复的消息有一些特定的响应 有没有办法做到这一点 twilio对为twilio帐户上的电话号码提供的请求url提供的确切响应是什么 请告知相关信息。此处为Twilio开发者福音传道者 您可以找到的描述 简言之,参数如下所示: Parameter Description MessageSid A 34 character unique identifier

如果用户响应发送给他的消息,则该功能需要特定的数据。假设一个用户响应或回复了类似“停止”、“取消订阅”或“可能是开始”的消息,我需要对用户回复的消息有一些特定的响应

有没有办法做到这一点

twilio对为twilio帐户上的电话号码提供的请求url提供的确切响应是什么


请告知相关信息。

此处为Twilio开发者福音传道者

您可以找到的描述

简言之,参数如下所示:

Parameter   Description
MessageSid  A 34 character unique identifier for the message. May be used to later retrieve this message from the REST API.
SmsSid      Same value as MessageSid. Deprecated and included for backward compatibility.
AccountSid  The 34 character id of the Account this message is associated with.
From        The phone number that sent this message.
To          The phone number of the recipient.
Body        The text body of the message. Up to 1600 characters long.
NumMedia    The number of media items associated with your message
有更多的项目,取决于某些因素。再次,我建议你阅读,以获得所有的细节