Copy the Gumstack code from your account and embed it on all pages on your website from where you'd like your customers to initiate calls with your agents. The code will look something like this:
<script src="<https://w.gumstack.com/apiembed/><ACCOUNT_TOKEN>.js" async> </script>
API Methods allow you to programmatically control the widget embedded
Allows you to launch a scheduler
Gumstack("launchScheduler",{<OPTIONS>})
Example code
Gumstack("launchScheduler", {
"agent":{
"email":"[email protected]"
},
"contact": {
"email":"[email protected]",
"name": "Contact",
"phone_number": "+91987654321"
}
})