1. You need to have Calendly scripts on your website:
<!-- Calendly link widget begin -->
<link href="<https://assets.calendly.com/assets/external/widget.css>" rel="stylesheet">
<script src="<https://assets.calendly.com/assets/external/widget.js>" type="text/javascript" async></script>
  1. Go to your Calendly account, select the calendar you want to configure with custom channel in the widget
  2. Next to the calendar, click the cogwheel icon and then select 'Copy Link’

image.png

  1. Go to TrueEngage's Management Panel and in the widget of your choice enable the 'Your meeting scheduling' channel

image.png

  1. In the Routing tab, paste the following code, using the link copied from Calendly:
Calendly.initPopupWidget({url: 'YOUR_COPIED_URL'})