Slybroadcast is the service that we use when we want to send the Ring less Voice Mails to our users. They have made their API publically available hence we can directly call that in globiflow with some parameters and can send the Voicemails to our users. In the below image and video you can see that how we can configure the API call. Slybroadcast_Global_API Here is the actual API documentation they have provided on their website if you want to customize it more.
Implementation
- All requests must be submitted as a form using the POST method to https://www.mobile-sphere.com/gateway/vmb.php
- c_uid, c_password, c_phone, c_url or c_record_audio, c_date are required parameters
- API will return the following response if a campaign is successfully received.
- OK
99912345678
Number of Phone #s = 1
- OK
This is how it will look like in globiflow
You can get the idea of the working system by watching below video that how to configure the app and flow and also how does it work.
You can contact me or make a comment down below in case you have any doubt. I would be happy to assist you with the same.
Thank you!