问题
How do I create a Logic App to receive an SMS? I made some progress in my question here
I have been studying the information I found here and have configured the Twilio Webhook to Call the Http endpoint when a message comes in.
following instructions similar to this
I copied the Request Body JSON from the instructions.
If I the Add A Twilo -Get Message Action it asks for the Unique SID of the message. I can't know this at Logic App Design Time, so how do I get it?
回答1:
Instead letting Logic App to "retrieve" the message from Twilio, as mentioned in the comments, you should set up a webhook in Twilio's settings page to invoke Logic App ('s request trigger).
来源:https://stackoverflow.com/questions/47522420/how-do-i-receive-a-twilio-sms-into-a-logic-app