Description
Plugin which allows you to create Newsletter which will collect clients phone numbers and allow you to send SMS messages to them. Database is synchronized with SMSAPI account so messages can be sent from SMSAPI panel as well. More information on page https://www.smsapi.com.
Screenshots
Installation
From your WordPress dashboard
- Register your account on SMSAPI.com.
- Visit ‘Plugins > Add New’.
- Search for ‘Newsletter SMS – SMSAPI’.
- Activate ‘Newsletter SMS – SMSAPI’ from your Plugins page. (You’ll see it in left bar in admin panel).
- Configure plugin in ‘Newsletter SMS – SMSAPI > Settings’.
- Enter your API token. You could generate your token in SMSAPI panel ( ‘API settings > API tokens’ ). Remember to set correct access rights. The minimum ones required by the plugin are ‘Contacts’, ‘Profile’, ‘Users’, ‘SMS’ and ‘Sendernames’.
- Choose group to collect data collected by newsletter or add new group.
- Adjust Newsletter SMS – SMSAPI widget in ‘Apperance > Widgets > Manage in Customizer’.
From WordPress.org
- Register your account on SMSAPI.com.
- Download and unzip last realase Newsletter SMS – SMSAPI zip file.
- Upload the ‘Newsletter SMS’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
- Activate Newsletter SMS from your Plugins page. (You’ll see Newsletter SMS in left bar in admin panel.)
- Configure plugin in ‘Newsletter SMS – SMSAPI > Settings’.
- Enter your API token. You could generate your token in SMSAPI panel ( ‘API settings > API tokens’ ). Remember to set correct access rights. The minimum ones required by the plugin are ‘Contacts’, ‘Profile’, ‘Users’, ‘SMS’ and ‘Sendernames’.
- Choose group to collect data collected by newsletter or add new group.
- Adjust Newsletter SMS – SMSAPI widget in ‘Apperance > Widgets > Manage in Customizer’.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Newsletter SMS – SMSAPI” is open source software. The following people have contributed to this plugin.
Contributors“Newsletter SMS – SMSAPI” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Newsletter SMS – SMSAPI” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.4
- Fix dependency conflicts with
SMSAPI WooCommerce
plugin
2.0.3
- Missing class fix
2.0.2
- Add request error handling
- Update vendor smsapi-php-client library
2.0.1
- Fix security issues
2.0.0
- Upgraded underlying library to the newest version.
- Changed login method to OAuth.
- Added option to unpin subscribers from the group instead of removing them entirely.
1.7.0
- Added support for PHP 7.3
1.6.0
- Added optional required fields used in widget
- Fixed custom responses
1.5.5
- Fix sms shipping for all recipients
1.5.3
- Update link in description
1.5.2
- Update description
1.5.1
- Update installation instruction
1.5
- Update translations
- Add screenshots
1.4
- Support for PHP 5.3
1.3
- Added warning information after basic configuration submit about default contacts group selection
1.2
- Added missing translations
- Make activation code case-insensitive
- Fix submit subscription form after provide invalid activation code
1.1
- Added domain selection for international users
- Fixed errors when user provide invalid authorization data
1.0
- In development