Monday
Monday
Configuration
Monday source connector integrates with the Monday.com GraphQL API to extract work data.
Connects to your Monday.com workspace.
It provides comprehensive access to boards, items, and team collaboration features with full relationship mapping and custom field support.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
MondayBoardEntity
MondayGroupEntity
Schema for Monday Group objects.
Groups are collections of items (rows) within a board.
https://developer.monday.com/api-reference/reference/boards
MondayColumnEntity
Schema for Monday Column objects.
Columns define the structure of data on a Monday board.
https://developer.monday.com/api-reference/reference/column-types-reference
MondayItemEntity
Schema for Monday Item objects (rows on a board).
https://developer.monday.com/api-reference/reference/boards
MondaySubitemEntity
Schema for Monday Subitem objects.
Subitems are items nested under a parent item, often in a dedicated ‘Subitems’ column.
https://developer.monday.com/api-reference/reference/boards
MondayUpdateEntity
Schema for Monday Update objects.
monday.com updates add notes and discussions to items outside of their column data.
https://developer.monday.com/api-reference/reference/updates