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.
console.log('phone', '¿·@phone·?');
Landbot.send("submitCallback", "¿·@phone·?");
The ¿·@phone·? was inserted by Landbot builder once we've selected variable "phone"
<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 your 7-day free trial or test drive LiveCall.