Setup Guide
Note: You’ll need to create a new Calendly app if you don’t already have one.
- Client ID
- Client Secret
- Scopes Requested
Add the Redirect URL to your Calendly app
Paragon provides a redirect URL to send information to your Calendly app. To add the redirect URL to your Calendly app:- Copy the link under “Redirect URL” in your integration settings in Paragon. The Redirect URL is:
- Log into your Calendly Developer Portal.
- Select your app from the list of apps.
- Under Redirect URLs, paste-in the redirect URL from Paragon. The redirect URL can be found in Step 1.
-
Press the
Save
button to confirm your changes.
Add your Calendly app to Paragon
Under Integrations > Connected Integrations > Calendly > App Configuration > Configure, fill out your credentials from your developer app in their respective sections:- Client ID: Found under Client ID on your Calendly App page.
- Client Secret: Found under Client Secret on your Calendly App page.
- Permissions: Select the scopes you’ve requested for your application. For a list of recommended scopes, please view this integration within your Paragon dashboard. View dashboard.
Leaving the Client ID and Client Secret blank will use Paragon development keys.

Connecting to Calendly
Once your users have connected their Calendly account, you can use the Paragon SDK to access the Calendly API on behalf of connected users. See the Calendly REST API documentation for their full API reference. Any Calendly API endpoints can be accessed with the Paragon SDK as shown in this example.Building Calendly workflows
Once your Calendly account is connected, you can add steps to perform the following actions:- Get Event Type Details
- Get Available Times for Event Type
- Search Events
- Get Event by ID
- Get Event Invitees
- Cancel Event
{{
to invoke the variable menu.
Using Webhook Triggers
Webhook triggers can be used to run workflows based on events in your users’ Calendly account. For example, you might want to trigger a workflow whenever new invitees are created in Calendly to sync your users’ Calendly events to your application in real-time. You can find the full list of Webhook Triggers for Calendly below:- Invitee Created
- Invitee Canceled