Skip to main content

Authentication Method

Personal Access Token Setup

Step 1: Get Your Personal Access Token

  1. Log in to Calendly
  2. Go to IntegrationsAPI & Webhooks
  3. Under Personal Access Tokens, click Generate New Token
  4. Give it a name (e.g., “Corsair Integration”)
  5. Copy the token immediately — you won’t be able to see it again
  6. Store it securely
Storing Credentials:
pnpm corsair setup --plugin=calendly api_key=your-personal-access-token

Webhook Setup (Optional)

  1. In Calendly, go to IntegrationsAPI & WebhooksWebhooks
  2. Create a new webhook subscription
  3. Note the signing key provided
pnpm corsair setup --plugin=calendly webhook_signature=your-signing-key

Required Credentials Summary

CredentialRequired ForWhere to Find
Personal Access TokenAll API callsIntegrations → API & Webhooks → Personal Access Tokens
Signing KeyWebhook verificationIntegrations → API & Webhooks → Webhooks
For general information about how Corsair handles authentication, see Authentication.