TwilioDevEd / twilio-ibm-cloud-sms-quickstart

Send and Receive SMS and MMS Messages with IBM Cloud and Twilio

Repository from Github https://github.comTwilioDevEd/twilio-ibm-cloud-sms-quickstartRepository from Github https://github.comTwilioDevEd/twilio-ibm-cloud-sms-quickstart

twilio-ibm-cloud-sms-quickstart

Send and Receive SMS and MMS Messages with IBM Cloud and Twilio

Usage

  1. In IBM Cloud, set up a new Twilio SMS service.
  2. Enter your Account SID and Auth Token from the Console along with a Twilio number with SMS capabilities.
  3. Clone this repository
  4. Login to Cloud (ensure you have the CLI installed):
bluemix api https://api.ng.bluemix.net
bluemix login
  1. Set this environment variables (in the IBM Cloud console):
OUTGOING_PHONE_NUMBER
  1. Deploy the code:
bluemix app push APP_NAME
  1. In the Twilio console, add a webhook to /receive-sms
  2. Visit /send-sms
  3. Send a snarky response
  4. Receive an even snarkier retort

Meta & Licensing

About

Send and Receive SMS and MMS Messages with IBM Cloud and Twilio

License:MIT License


Languages

Language:JavaScript 100.0%