seven.io / bolt
Bolt extension for sending SMS and making text-to-speech calls via seven.io
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:bolt-extension
Requires
- php: >=7.2.9
- twig/twig: ^2.12 | ^3.0
Requires (Dev)
- bolt/core: ^4.1 || ^5.0
- symplify/easy-coding-standard: ^8.3
This package is auto-updated.
Last update: 2024-10-15 15:13:03 UTC
README
Official Extension for BoltCMS
Send SMS and make text-to-speech calls.
Installation
-
composer require seven.io/bolt
-
Add Content Type for mobile phone field:
people: # ... mobile: type: text variant: inline # ...
- Head to
/bolt/file-edit/config?file=/extensions/seven-bolt.yaml
and fill out apiKey. Alternatively adjustmappings
where each key represents a content type and the corresponding value is a mobile number field. Notice: You can also edit this file viaMaintenance->Extensions->Configuration
in the administration area.
Usage
Check out the widget in the administration dashboard.
Send SMS
Send SMS to all of your content types.
Make Text-To-speech calls
Calls a given phone number and reads the given text out loud.
Message Placeholders
Each content type field can be used in the text surrounded by {{...}} e.g. {{name}}
resolves to the field name
. Make sure that the value has implemented a .toString()
method as there is no type checking implemented as of now.
Support
Need help? Feel free to contact us.