M

Connect Monday.com

Sync feedback with Monday.com boards.

One-click OAuthRecommended auth: OAuth 2.0
Open Integrations in the app

Before you start

  • A monday.com account and target board.

Step-by-step

  1. 1

    Connect

    Integrations → Monday.com → Connect, then "Continue with monday.com" and approve the requested board scopes.

  2. 2

    Pick the board

    Select the Board ID new items should be created in.

Security best practices

  • Use a dedicated service account so access can be revoked without affecting people.
  • Rotate the token periodically; it is stored encrypted.
  • Credentials are encrypted at rest with AES-256-GCM — they are never stored in plain text.
  • Only organization owners and admins can create or modify a connection.
  • Prefer OAuth where available: it issues short-lived, scoped, revocable tokens instead of long-lived secrets.
  • When you must use a token, create a fine-grained, least-privilege token and rotate it periodically.