Objective: Send Ringless Voicemails to contacts in Salesmate by using slybroadcast.
Availability: Slybroadcast is currently available in the following countries: Australia, Austria, Belgium, Canada, Denmark, England, Finland, France, Germany, Ireland, the Netherlands, Norway, Spain, Sweden, Switzerland and United States.
Reference :https://www.slybroadcast.com/international/faq.php
How: You will use our Advanced Workflows to send a Webhook to slybroadcast. The example below shows how you can send a webhook to slybroadcast when a contact is “Created or Updated” with the tag “slybroadcast-outreach”.
Setup Time: 20 - 30 Minutes
Implementation Complexity: Moderate
- Create a Workflow
- Module: This can be any type (Contact, Company, Activity, Deal)
- Execute on: Create or Update
- Add Condition tags = “slybroadcast-outreach”
- Call Webhooks
- Name: Sending Call to Slybroadcast
- Method: POST
- URL to Notify: https://www.mobile-sphere.com/gateway/vmb.php?c_phone={{Contact.mobile}}&c_uid={YourslybroadcastEmail}&c_password={YourPassword}&c_record_audio={YourAudioName}&c_date=now&c_callerID={YourCallerId}
Here is the breakdown of the variables:
- c_phone={{Contact.mobile}} - Use this exact variable because this is the contact phone number you want to send the ringless voicemail
- c_uid={YourslybroadcastEmail} - your slybroadcast Email
- c_password={YourPassword} - your slybroadcast Password
- c_record_audio={YourAudio} - your slybroadcast Audio Name
- c_date=now - when you want to send it
- c_callerID={YourCallerId} - your actual number you want the caller to see
Now whenever you have the specific module updated with the tag “slybroadcast-outreach” it will send a webhook to slybroadcast to send them a ringless vm.
Note: If you use any module other than contact, make sure you have a contact record associated with it and a number mentioned on the contact record itself.
Comments
0 comments
Please sign in to leave a comment.