Connect to your users’ Calendly accounts.
Note: You’ll need to create a new Calendly app if you don’t already have one.
You can find your Calendly app credentials in your Calendly Developer Account.
You’ll need the following information to set up your Calendly App with Paragon Connect:
Paragon provides a redirect URL to send information to your Calendly app. To add the redirect URL to your Calendly app:
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.
Under Integrations > Connected Integrations > Calendly > Settings, fill out your credentials from your developer app in their respective sections:
Leaving the Client ID and Client Secret blank will use Paragon development keys.
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.
Once your Calendly account is connected, you can add steps to perform the following actions:
You can also use the Calendly Request step to access any of Calendly’s API endpoints without the authentication piece.
When creating or updating records in Calendly, you can reference data from previous steps by typing {{
to invoke the variable menu.
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 ClickUp below:
Connect to your users’ Calendly accounts.
Note: You’ll need to create a new Calendly app if you don’t already have one.
You can find your Calendly app credentials in your Calendly Developer Account.
You’ll need the following information to set up your Calendly App with Paragon Connect:
Paragon provides a redirect URL to send information to your Calendly app. To add the redirect URL to your Calendly app:
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.
Under Integrations > Connected Integrations > Calendly > Settings, fill out your credentials from your developer app in their respective sections:
Leaving the Client ID and Client Secret blank will use Paragon development keys.
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.
Once your Calendly account is connected, you can add steps to perform the following actions:
You can also use the Calendly Request step to access any of Calendly’s API endpoints without the authentication piece.
When creating or updating records in Calendly, you can reference data from previous steps by typing {{
to invoke the variable menu.
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 ClickUp below: