Appointment Scheduling Widget

Embedding the Appointment Scheduling widget

To embed the widget into your website, simply paste the provided code, which should look like this:

<script src="https://integrations.nestio.com/contact-widget/v1/integration.js" id="nestio-lead-capture-frame"></script>
<script type="text/javascript"> NestioLeadCapture({
  "type": "lead_capture_appointment",
  "key": "FUNNEL_API_KEY_HERE",
  "group": FUNNEL_GROUP_ID_HERE,
  "color": "",
  "location": "",
  onComplete: function(){
    dataLayer.push({'event': 'lead-form-submission'});
  }
});
</script>

The parameters you can set are:

Widget Demo