Table of contents

Installation

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

API Methods allow you to programmatically control the widget embedded

LaunchScheduler

Allows you to launch a scheduler

Gumstack("launchScheduler",{<OPTIONS>})

Options

Example code

Gumstack("launchScheduler", {
        "agent":{
            "email":"[email protected]"
        },
				"contact": {
						"email":"[email protected]", 
						"name": "Contact", 
						"phone_number": "+91987654321"
				}
})

LaunchCall