playtini / mautic-sms-gateway-bundle
Mautic plugin to send messages via sms gateway
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 7
Forks: 3
Open Issues: 3
Type:mautic-plugin
Requires
- mautic/composer-plugin: ^1.0
- dev-master
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.0
- dev-mautic5-master-v6
- dev-mautic5-master-v5
- dev-VSTK-2792
- dev-mautic5-master-v4
- dev-mautic5-master-v3
- dev-VSTK-2552
- dev-mautic5-master-v2
- dev-mautic5-master
- dev-mautic5-master-v1
- dev-main
- dev-VSTK-1712
- dev-aplitka_branch
This package is auto-updated.
Last update: 2024-11-16 09:00:53 UTC
README
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:
Run
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