Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
The Calendly Salesforce SDK is available as an unmanaged package which can be installed by using one of the links below:
To allow the Calendly Salesforce SDK to access your Calendly data you'll need to create a new personal access token by visiting . Once you've created your personal access token you'll then need to register a in Salesforce to securely store your Calendly token.
Visit to create / copy your new personal access token (this will be used in the step below).
Login to your Salesforce account and create a new Named Credential with the following attributes:
Label: Calendly Name: calendly_api URL: Identity Type: Named Principal Authentication Protocol: Password Authentication Username: user Password: YOUR_CALENDLY_PERSONAL_ACCESS_TOKEN Generate Authorization Header: Disabled Allow Merge Fields in HTTP Header: Enabled
An Execution Log should appear after running the code above; select the Debug Only option to filter the logs.
If the request was successful then you should see the user data of the Calendly user who created the personal access token in the Apex execution log.
To ensure that the Calendly Salesforce SDK has access to your Calendly data you can test the connect by executing the Apex code below from your .