Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-io/vtiger
Add seven as SMS provider in Vtiger
https://github.com/seven-io/vtiger
vtiger vtiger-sms vtiger-sms-gateway vtiger-sms-integration vtigercrm
Last synced: 18 days ago
JSON representation
Add seven as SMS provider in Vtiger
- Host: GitHub
- URL: https://github.com/seven-io/vtiger
- Owner: seven-io
- License: mit
- Created: 2021-11-29T15:02:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:11:16.000Z (about 1 year ago)
- Last Synced: 2024-11-10T11:42:00.273Z (3 months ago)
- Topics: vtiger, vtiger-sms, vtiger-sms-gateway, vtiger-sms-integration, vtigercrm
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seven for Vtiger SMS Notifier Extension
Register an account and get free SMS credits for testing our service at [seven](https://www.seven.io).Installing this plugin enables you to send SMS in Vtiger CRM via [seven](https://www.seven.io).
## Installation
### Via terminal
`wget https://raw.githubusercontent.com/seven-io/vtiger/master/Seven.php -P /path/to/vtigercrm/modules/SMSNotifier/providers`### Via FTP
- Download the [provider File](https://github.com/seven-io/vtiger/blob/master/Seven.php).
- Upload the file to your Vtiger CRM App **Vtiger/modules/SMSNotifier/providers** via FTP.
- Log in to your Vtiger administration dashboard.
- Click on the SMS Notifier tab.
- Click on the wrench icon and press `Server configuration`.
- Click on `New configuration` and configure the details in the pop-up as described below.**Provider**: Select `seven` from the provider dropdown.
**Active**: Check for activating the seven provider.
**API Key**: Retrieve it from your [developer dashboard](https://app.seven.io/developer).
**From**: Optionally, set a sender which gets displayed as the message origin.
Lets save the form and enable the provider `seven` for sending SMS.
## Usage
### Send SMS from the list view
- Click on a module, e.g. `contacts` or `organizations`.
- Select one or more record(s) by clicking on the checkbox in that row.
- Click on `Actions` and click `Send SMS` in the dropdown menu.
- Set text message content and click on `Send`.
#### Support
Need help? Feel free to [send us an email](mailto:[email protected]).[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](LICENSE)