TWILIO SMS SENDER
Created by: VT Pro Design
Average rating:
Release date: 24 February, 2018
Version: 1.0
Created in TouchDesigner build: 099/2017.16360
Send a SMS from TouchDesigner to any phone number.
1. Sign up for Twilio and get a phone number:
https://www.twilio.com/docs/quickstart/python/sms#sign-up-for-twilio-and-get-a-phone-number
2. Install Python and the Twilio Helper Library:
https://www.twilio.com/docs/quickstart/python/sms#install-python-and-the-twilio-helper-library
(“pip install twilio” in the command line)
3. Enter your credentials, your source and destination phone numbers, and message into the parameter fields of the smsSender COMP.
4. Send a message by clicking the execute parameter.
Alternatively you can use the promoted function: SendSMS(to_number, from_number, body_data).
e.g. op(‘smsSender’).SendSMS(13101234567, 13107654321, ‘some text’)
You must log in and be a buyer of this download to submit a review.