How do I take an SMS and make a call to alert someone based on what SMS says?

五迷三道 提交于 2019-12-02 10:22:28

Twilio evangelist here.

Hard to tell from your code, as it generally looks right.

One thing that occasionally trips me up is spaces being rendered before the start of the xml or between the xml declaration and the root element, so you might check for either of those that since those can be hard to catch.

For example, I'm not sure you need the newline that you have at the end of your xml declaration.

Hope that helps.

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