Use Twilio with Quantum


Introduction

The Quantum Twilio Integration lets you send out SMS messages from within your application.


Installation

  1. Go to https://www.twilio.com/sms

  2. Create a Twilio Account

  3. Add funds to your account (each SMS will cost a few cents so you will need to do this)

  4. Navigate to your Q-Server and click on ‘Library’ on the left side of your screen and click ‘Download’ on the Twilio banner.

  5. Select the ‘Services’ tab on the left side of the screen and click ‘Start’ under the actions menu for Twilio

  6. A configure window will appear. Copy the required information from your Twilio account into each field and click ‘next’.

  7. Copy your account SID and Auth Token from the starting page page

  8. Select the “From Telephone Number”. This number corresponds to your active numbers in the Twilio dashboard.

  9. When you are done. Click ‘Activate’


Usage

To use this service inside your application add the Twilio Service Object to you application. Like so:

The SMS Message port will send out the message whenever it is triggered. So make sure to prepare your wanted string in a Static String like shown in the image above.

The Telephone number port is the target Phone number so you can dynamically set that number to the needs of your application


Example App

Application

Screenshots