Calendly

Calendly – Connector Configuration

Step 1: Create a Developer Account & First Application

⚠️ Note: This is not your Calendly user account. It’s a separate developer account.


Step 2: Register Your OAuth Application

  1. Create a new OAuth application:

    • Provide a name for your application.

    • Select the kind of application:

      • Web

    • Select your environment:

      • Sandbox (recommended for development)

      • Production (use when going live with customer data)


Step 3: Set Redirect URI

  • Sandbox: HTTP with localhost domain allowed Example:

    http://localhost:1234
  • Production: Must use HTTPS.

👉 You can add multiple redirect URIs, separated by commas. 👉 For Appmixer, set the redirect URI to:

https://[YOUR_API_BASE]/auth/docusign/callback

Example:

https://api.appmixer.com/auth/docusign/callback

Step 4: Copy Your Credentials

Once the app is created, you’ll see:

  • Client ID

  • Client Secret

⚠️ Important: These values will only be shown once. Copy them immediately!


Step 5: Connector Configuration

  1. Go to the Appmixer BackOffice -> Configuration.

  2. Add new configuration: acme:calendly .

  3. Add your clientId and clientSecret keys with values.

Step 6: Edit Your Application

  • To edit an existing OAuth app in Calendly:

    • Click the menu icon → Edit.

  • Editable attributes:

    • Application Name

    • Kind of App

    • Environment Type

    • Redirect URI

⚠️ Note: Client Secret and Webhook Signing Key cannot be retrieved again after creation.


Last updated

Was this helpful?