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
- In Monday.com, open your profile menu.
- Go to Admin (or Developers, depending on your plan/workspace settings).
- Find API / API token settings.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Your 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.