How to Integrate Evidence with Calendly (Mac only)

This article will walk you through how to create a webhook to go from Calendly to Evidence. Unfortunately there is no way to do this on a Windows or Linux computer.

Step 1: Create a Webhook URL

In order to integrate Calendly with Evidence, Calendly needs a “Webhook URL” to send the data to. Follow this article to learn how to create a webhook URL within Evidence to insert into Calendly.

Step 2: Connect to Calendly

On your Mac, open up the terminal on your computer.

Terminal.

While in the terminal, paste this line: export TOKEN=

NOTE: Paste the API key of your Calendly account after the "=".

Token

Hit Enter. In the terminal again, paste export WEBHOOK_URL= and paste the url that you copied from Evidence after the "=".

Webhook URL

Hit Enter. Again, in the terminal, paste curl --header "X-TOKEN:$TOKEN" --data "url=$WEBHOOK_URL&events[]=invitee.created&events[]=invitee.canceled" https://calendly.com/api/v1/hooks

code

Hit Enter. You should receive an ID. Save this ID for later.

Once a new booking is created, the webhooks should now be sending to Evidence.

NOTE: If you received a "403" Authorization Error, this means that you need to be on a paid Calendly plan.

Now, if you wish webhook notifications from Calendly to stop, type  curl -X DELETE --header "X-TOKEN: <your_token>" https://calendly.com/api/v1/hooks/<hook_id>

Replace <your_token> with your Calendly API Key, and replace <hook_id> with the ID from above that you received in the terminal.

Now you will need to schedule a meeting with yourself so that Calendly will send a webhook to Evidence. Once you have sent the test notification to Evidence, click this link to learn what to do with the webhook that Evidence received.

Relevent Articles

Create Your Free Evidence Account

Increasing your website's conversions isn't always black and white. With so many ways, it can be confusing where to start. Evidence makes this easy. Within a few minutes, you can have real-time social proof added your site and boosting conversions from 10-15%. 

Social proof is the best way to build trust and increase buyer urgency. With a free trial to Evidence, you can adding add high-converting notifications to your website. Your free trial includes:

  • Unlimited Domains
  • Unlimited Notifications
  • Conversion Notifications
  • Hot Streak Notifications
  • Visitor Count Notifications
  • Offer Notifications
  • Announcement Notifications
  • Boomerang Tabs
  • Powerful Design Editor
  • Best-in Class Display Options

There is no long-term obligation. If you don't see results, simply cancel. Visit Evidence.io and create your trial account today

If you ever need help sending data to Evidence, check out Parsey.com.

Tags: , ,

Was this helpful?