A Limesurvey Plugin that adds the option to send survey invitations and reminders via SMS and MMS using the Twilio API
Send invitations and reminders to LimeSurvey participants using the Twilio API from the LimeSurvey participants messaging function
- Limesurvey Version 3.x
- An account with Twilio
- An additional attribute in your participant table that has a mobile/cell number (must be in the international format, eg: +1555123456)
Set the auth token and SID from your Twilio account in the general configuration plugin settings
Then set your message text and what attributes to choose as your MMS or SMS number from the plugin settings at the survey level.
Download the zip from the releases page and extract to your plugins folder.
You will also need to download the zip of https://github.com/twilio/twilio-php/archive/6.10.4.zip and extract as the twilio-php folder within the plugin folder.
You can also clone directly from git: go to your plugins directory and type: (this will include the twilio-php code in one hit)
git clone --recurse-submodules https://github.com/adamzammit/sendTwilioMessages.git sendTwilioMessages
This project is licensed under the MIT License - see the LICENSE.md file for details