Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

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.

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

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

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

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

    Image ModifiedImage Modified
  9. When you are done. Click ‘Activate’

    Image Modified

Usage

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

Image Modified

...

Info

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.

Info

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

...

View file
nameTwilio Example App.json

Screenshots

App Screen:

Image Modified

...

Image Modified