wpoets / communication-handler
Email, SMS and Push notification API Integration handler for Awesome enterprise
Installs: 234
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 4
Forks: 6
Open Issues: 1
Type:awesome-handler
Requires
- php: >=7.0
- aws/aws-sdk-php: ^3.324
- composer/installers: ~1.0
- oomphinc/composer-installers-extender: ^2.0
- sendgrid/sendgrid: ^7.9
README
Communication Handler
Adds support to Awesome Enterprise for sending emails, SMS, and push notifications using various third-party API
Changelog
1.0.6
- Improved: Added support for Amazon SES APIs to send emails with attachments.
1.0.5.1
- Fixed: Removed the direct dependency of WP function so that we can use them in non-wp requests as well.
- Fixed: Added missing Tracking info for SendGrid
1.0.4
- Fixed: Added option to specify the template for msg91 sms.
1.0.3
- Fixed: Android Push Notification.
1.0.2
- Improved: Switched to Sendgrid V3 API
1.0.1
- Fixed: Class 'SendGrid' not found
1.0.0
- Initial release