SMS plugin for Drupal integration
Send SMS messages using the LabsMobile platform integrated with Drupal content management system. Install our SMS Simple Gateway plugin and you will be able to send SMS messages in a matter of seconds.
Functionalities
- Sending messages.
- Sending messages in batches.
Requirements
- Drupal. Más información en Drupal.com .
- SMS simple gateway plugin. More information at Drupal SMS simple gateway plugin .
- A LabsMobile user account. Follow the link below to create a new account: Register.
Authentication
In the Drupal integration, authentication is performed with two parameters:
- The username of the account to be entered in the
username
field. - The tokenapi to be assigned in the
password
field. This tokenapi can be generated from the API Settings section of your account.
Recommendation You can generate API tokens from the API Settings of the account. We recommend changing the token frequently and using different tokens for each use, connection or integration.
Installation
- Install the plugin SMS Simple Gateway in your Drupal installation.
- Configure the plugin with the parameters of your LabsMobile account.
Parameters
Base URL for sending messages => https://api.labsmobile.com/get/send.php HTTP method => GET Username field name => username Username field value => myUsername Password field name => password Password => myToken Sender (from) field name => _default_sender_ Number (to) field name => msisdn Message field name => message
- You can now use all the functionalities of the plugin.