Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acquia/mc-cs-plugin-slooce
Slooce SMS Transport for Mautic
https://github.com/acquia/mc-cs-plugin-slooce
Last synced: 30 days ago
JSON representation
Slooce SMS Transport for Mautic
- Host: GitHub
- URL: https://github.com/acquia/mc-cs-plugin-slooce
- Owner: acquia
- Archived: true
- Created: 2018-06-05T08:50:23.000Z (over 6 years ago)
- Default Branch: staging
- Last Pushed: 2023-08-30T13:24:20.000Z (over 1 year ago)
- Last Synced: 2024-11-08T04:03:34.650Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 138 KB
- Stars: 5
- Watchers: 27
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mautic - mautic-inc/plugin-slooce - Slooce SMS Transport for Mautic (Plugins)
README
# Slooce Transport plugin for Mautic 2.14
Plugin to provide Slooce transport to Mautic.
## Requirements
1. Mautic 2.14.0
2. PHP 7+
3. https://github.com/mautic-inc/plugin-mautic-integrations## How to install
### Preparations
In Mautic, create a contact custom field to hold the Slooce keyword associated with Slooce user.
### Installation (do not use composer at this time)
1. Download https://github.com/mautic-inc/plugin-slooce/archive/master.zip
2. Extract it to plugins/MauticSlooceTransportBundle
3. Delete `app/cache/prod`
3. Run `php app/console mautic:plugins:install`
4. Go to Plugins in Mautic's admin menu (/s/plugins)
5. Click on Slooce, publish, and configure it with the requested information including selecting the custom field created above
6. Go to Mautic's Configuration (/s/config/edit), click on the Text Message Settings, then choose Slooce as the default transport.## FYI
### Maximum length
Maximum length of message is 160 characters in ISO-8859-2. Message content is encoded from UTF-8.
### Supported Characters
* Generally speaking, only a subset of the standard ASCII character set is supported for content being
* delivered to the user via SMS. The list of supported characters are A-Z, a-z, 0-9 and the following:
* @$_/.,"():;-=+*&%#!?<>' plus space and newline "\n".
* Most special characters are not supported and will cause messages to be rejected by the wireless
* operators. In particular, accented characters and the following are NOT supported: tab [ ] ~ { } ^ | € \
* When authoring content for delivery via SMS, it is also important to use the simple ASCII characters
* for the apostrophe, the ellipsis, and single and double quotes:
* use ' instead of <`> and <’>
* use " instead of <“> and <”>
* use ... instead of ... (Note: that's three separate periods instead of the single ellipsis character)This package is distributed under the [MIT license](https://opensource.org/licenses/MIT)