Skip to main content
This guide walks you through obtaining credentials for the Monday.com plugin.

Authentication Method

API Token Setup

Step 1: Get Your Personal API Token

  1. Log in to Monday.com
  2. Click on your avatar in the top-right corner
  3. Go to AdministrationAPI
  4. Copy your Personal API Token v2
  5. Store it securely
Storing Credentials:
pnpm corsair setup --plugin=monday api_key=your-api-token
Verify it was saved:
pnpm corsair auth --plugin=monday --credentials

Webhook Setup (Optional)

Step 1: Create a Webhook

  1. In your Monday.com board, click the Integrations button
  2. Search for Webhooks and select it
  3. Configure the event type and your endpoint URL
  4. Copy the webhook secret if provided
Storing the webhook secret:
pnpm corsair setup --plugin=monday webhook_signature=your-webhook-secret

Required Credentials Summary

CredentialRequired ForWhere to Find
Personal API TokenAPI callsProfile → Administration → API
Webhook SecretWebhook verificationBoard Integrations → Webhooks
For general information about how Corsair handles authentication, see Authentication.