Skip to main content

monday

Overview

The monday source connector connects to the Monday.com GraphQL API.

At this time, the connector supports credential validation (testing that your API token is valid), but data extraction and catalog discovery are still in development. As a result:

  • The connector does not currently expose any streams/tables.
  • Running an extract will fail with an “in development” error.

Setup

Prerequisites

  • A Monday.com account
  • A Monday.com API token with access to the data you intend to sync

Create an API token in Monday.com

  1. In Monday.com, open your profile menu.
  2. Go to Admin (or Developers, depending on your plan/workspace settings).
  3. Find API / API token settings.
  4. Generate and copy your token.

Authentication

This connector authenticates using a Monday.com API token sent in the Authorization header to https://api.monday.com/v2.

Configuration

FieldTypeRequiredDescription
api_tokenstringYour Monday.com API token.

Streams

No streams are currently available. Catalog discovery currently returns an empty catalog, and extraction is not yet implemented.

Limitations

  • Extraction is not yet supported. Attempts to run a sync will fail while the connector is under development.
  • Catalog discovery is not yet supported. The connector currently returns an empty catalog.