Send SMS using HUMBLE
Since the release 2023-04 (April) it is possible to send not only an email but also send a message with SMS. HUMBLE supports the SMS gateways from messagebird. https://messagebird.com
Assumptions
You have access to the production database
How to configure
Go to the MySql workbench and connect to the Production database
Edit the table Organisation, field settings
This is a JSON value. Edit it but be careful !
Add in the settings part the structure as below
"settings": {
"sms": {
"provider": "messagebird",
"key": "ysUB43OM7ZRaubVpaNMcTGQDG"
}
},
the key is generated on messagebird
There is also an option to use the provide orcagroup This is only used for Croon Wolter en Dros
Messagebird
Log in to messagebird
Go to the Developers page https://dashboard.messagebird.com/nl/developers/access
Select API-Toegang
Add a key and fill the key field in the JSON value at your organisation (as described above)
HUMBLE
Create a Receive Group that uses the Type SMS
Connect it to the Output template that is applicable to use as SMS
Doormelding van GBS alarm: {$alarm->customer_short_label} {$alarm->customer_label}
Locatie: {$alarm->location_short_label} {$alarm->location_label}
Alarm:{$alarm->complete_message}
Â