Twilio - how to send an SMS based on body of incoming message?
问题 I'm using the Twilio PHP API on my site. The goal is for members of our gaming clan to fill out a form which includes their name and the issue at hand. A text will then be sent to a predetermined list of admins with access to fix the server. This part is working great. I can fill in the form on my site and it sends the text without issue. <?php require_once "autoload.php"; use Twilio\Rest\Client; $AccountSid = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; $AuthToken = "yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy";