问题描述
我是Azure Logic Apps和Twilio的新手.我正在尝试按照创建与Twilio的连接.
I am a total newbie to Azure Logic Apps and Twilio.I am trying to follow the instructions to create a connection to Twilio.
但是我无法单击任何Twilio图标:
However I can't click the any of the Twilio icons:
我在另一个浏览器选项卡上登录到Twilio.
I am logged into Twilio on another browser tab.
我尝试过Edge和Chrome.
I have tried Edge and Chrome.
如果我按F12键,可以看到控制台选项卡中有很多错误:
If I press F12, I can see there are numerous errors in the console tab:
如何解决我的问题?
推荐答案
也许您正试图将Twilio操作作为逻辑应用程序的第一步.
Maybe you are trying to put Twilio actions as first step of your Logic App.
Twilio连接器没有触发器,那么作为Logic App的第一步,需要一个触发器,一个HTTP请求,然后添加一个Twilio操作:
Twilio connector hasn't triggers, then you need as the first step of your Logic App a trigger, as a HTTP Request and then add a Twilio action:
然后,您需要使用Twilio提供的帐户ID 和访问令牌来填充Twilio操作. 连接名称是您想要的.
Then you need to fill the Twilio action with the Account Id and the Access Token provided by Twilio. The Connection Name is whatever you want.
这篇关于逻辑应用程序设计器无法选择Twilio-获取消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!