Plug seven into the Vtiger CRM SMS Notifier as a provider for outbound SMS.
- SMS Notifier Provider - Drop-in provider for the Vtiger SMS Notifier module
- Bulk Send from List Views - Select records in Contacts, Organizations etc. and SMS them in one action
- Custom Sender ID - Optionally override the displayed sender per provider configuration
- Vtiger CRM 7.x with the SMS Notifier module enabled
- A seven account with API key (How to get your API key)
wget https://raw.githubusercontent.com/seven-io/vtiger/master/Seven.php \
-P /path/to/vtigercrm/modules/SMSNotifier/providers- Download the
Seven.phpprovider file. - Upload it to
Vtiger/modules/SMSNotifier/providers/on your server.
- In the Vtiger admin, click the SMS Notifier tab.
- Click the wrench icon and select Server configuration.
- Click New configuration and fill in:
| Field | Description |
|---|---|
| Provider | Select seven |
| Active | Tick to activate |
| API Key | Your seven API key |
| From | Optional sender ID |
- Save the form and enable the seven provider for sending SMS.
- Open a module (e.g. Contacts, Organizations).
- Tick the records you want to message.
- Click Actions > Send SMS.
- Type the message and click Send.
Need help? Feel free to contact us or open an issue.