1

I am a total newbie to Azure Logic Apps and Twilio. I am trying to follow the instructions to create a connection to Twilio.

However I can't click the any of the Twilio icons:

any of the Twilio icons

I am logged into Twilio on another browser tab.

I have tried Edge and Chrome.

If I press F12, I can see there are numerous errors in the console tab:

like this

How do I go about troubleshooting my problem?

felixmondelo
  • 1,324
  • 1
  • 10
  • 19
Kirsten
  • 15,730
  • 41
  • 179
  • 318

1 Answers1

2

Maybe you are trying to put Twilio actions as first step of your Logic App.

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:

Logic App with Twilio action

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.

felixmondelo
  • 1,324
  • 1
  • 10
  • 19
  • 1
    so are the steps in the Microsoft instructions I link to wrong? – Kirsten Nov 25 '17 at 07:50
  • Well, that link explain how to use the Twilio connector, not create a Logic App. In the intro there is a comment with a link for that "Get started by creating a logic app; see Create a logic app." – felixmondelo Nov 25 '17 at 07:55
  • Thank you. The instructions don't seem to mention adding the trigger – Kirsten Nov 26 '17 at 06:51
  • Are the Account Id and the Account SID the same thing? – Kirsten Nov 26 '17 at 06:58
  • 1
    You've to fill the Account ID field of the Logic App connector with the Account SID of the Twilio Dasboard (hexadecimal characters like ACaece5682365...) – felixmondelo Nov 26 '17 at 08:09