How do I receive a Twilio SMS into a Logic App?

限于喜欢 提交于 2019-12-25 10:21:10

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!