https://github.com/playtini/mautic_sms_gateway_bundle
🤙 Better than original (WIP)
https://github.com/playtini/mautic_sms_gateway_bundle
mautic mautic-integration mautic-plugin
Last synced: 5 months ago
JSON representation
🤙 Better than original (WIP)
- Host: GitHub
- URL: https://github.com/playtini/mautic_sms_gateway_bundle
- Owner: playtini
- License: mit
- Created: 2021-08-27T15:24:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T08:34:18.000Z (almost 2 years ago)
- Last Synced: 2025-10-22T13:39:56.344Z (8 months ago)
- Topics: mautic, mautic-integration, mautic-plugin
- Language: PHP
- Homepage:
- Size: 66.4 KB
- Stars: 6
- Watchers: 8
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sms gateway plugin
==============
Mautic plugin https://github.com/playtini/mautic_base. Designed to send SMS messages through custom providers.
This plugin intercepts the message sending event and redirects it to `https://sms-gateway.p777.org`
https://github.com/playtini/sms_api_gateway The provider is determined on the gate side based on the message category
that is passed as a parameter. Currently implemented integrations:
- [Twilio](https://www.twilio.com/)
- [Prostor](https://prostor-sms.ru/)
Run
---
[Mautic plugin's installation](https://developer.mautic.org/#plugins)
To communicate with the sms-gate, the Mautic must have an env with its URL
MAUTIC_CONFIG_SMS_API_GATE_URL=https://sms-gateway.p777.org
Usage
-----
Params passed to sms gate example:
'phone_number' => '+380501111111',
'message' => 'test',
'category' => 'Prostor',
'currency' => 'RUB',
'custom_sms' => false