尝试在Twilio Studio中为入站呼叫设置自定义变量,然后传递给Zapier。 Zapier没有看到自定义变量,我看到的唯一可能使用的变量是“注释”,但是找不到该变量或设置方法。
请参阅此处的参考文献https://www.twilio.com/docs/voice/api/call,但对于Annotation变量的含义或用途没有帮助。
$call = $twilio->calls
->create("+15558675310", // to
"+15017122661", // from
array("url" => "http://demo.twilio.com/docs/voice.xml")
);
print($call->sid);
OUTPUT
{
"account_sid": "AC3b3775dff0b80a1bc37850e08102db58",
"annotation": null,
"answered_by": null,
Annotation =“ 12345”或用户输入的任何内容
答案 0 :(得分:0)
请查看本文,这可能会有所帮助。您将无法使用上述方法,因为该键不受支持。您还可以在Studio的HTTP请求小部件中使用HTTP参数,以在Twilio之外传递参数。