Integration of LiveCall callback and calltracking with Landbot.io

In this article we'll show you how to integrate LiveCall with Landbot. The effect of the integration will be following: whenever Landbot generates a new lead, sales agent will immediately receive a phone call from LiveCall and will be able to call the lead instantly.

  1. Start with adding custom Java Script block after the question about phone number:

Adding Java Script to phone form

console.log('phone', '¿·@phone·?');
Landbot.send("submitCallback", "¿·@phone·?");

The ¿·@phone·? was inserted by Landbot builder once we've selected variable "phone"

  1. Add LiveCall installation script before the closing </body> tag on your landing page.
  2. Just after the installation script put following script:
<script>
 myLandbot.on('submitCallback', function(phoneNumber) {
   livecallClient.submitCallback(phoneNumber);
 });
</script>

Bang! You're finished.

Be sure that you select the default country code in LiveCall widget. In case of any questions write to us on hello@livecall.io

Get more inbound calls free, today

Get your 7-day free trial or test drive LiveCall.

Want to speak to our team? Contacts Us