SavvyCal is scheduling software that helps people instantly find a time to meet. To add SavvyCal to your Digioh campaign, you just need to follow 2 simple steps!
Step 1: Copy the <div> located in the “Render an inline booking interface” section from the SavvyCal Documentation:
<div id="booking-page">
<!-- this is where we will inject the interface -->
</div>
<script>window.SavvyCal=window.SavvyCal||function(){(SavvyCal.q=SavvyCal.q||[]).push(arguments)};</script>
<script async src="https://embed.savvycal.com/v1/embed.js"></script>
<script>
SavvyCal('init');
SavvyCal('inline', { link: <strong>'derrick/chat'</strong>, selector: '#booking-page' });
</script>You must replace the bolded derrick/chat with your SavvyCal link.
Step 2: In the Campaign Editor, paste the SavvyCal Inline script to an HTML element in your campaign.
And that’s it – Your SavvyCal widget will now be available in your Digioh campaign!
