简体   繁体   English

如何在Web表单中使用Twilio sms通知?

[英]How can I use Twilio sms notifcations in a web form?

谁能告诉我我该如何通过网络表格发送Twilio短信通知,所以当有人用他们的电话号码填写表格时,我会收到包括该电话号码的短信。

Twilio Evangelist here. Twilio传播者在这里。 You probably want to do this on the server side, otherwise you will have your Twilio credentials exposed to the world and his dog in the page source, which would be bad. 您可能希望在服务器端执行此操作,否则,您的Twilio凭据将暴露给世界,而他的狗也将出现在页面源中,这很糟糕。

Then, when the page is submitted you just need to use your language of choice to make a call to the Twilio REST API with a helper library . 然后,在提交页面后,您只需要使用选择的语言来使用帮助程序库调用Twilio REST API Or, you can make a request without a helper library, this example shows how to send an SMS . 或者,您可以在没有帮助程序库的情况下发出请求,此示例显示了如何发送SMS

The SMS you send yourself can include anything you want, including the phone number submitted on the website. 您自己发送的SMS可以包含您想要的任何内容,包括在网站上提交的电话号码。

Hope this helps! 希望这可以帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM