Monday
Monday
Connect your Monday data to Airweave
Overview
The Monday connector allows you to sync data from Monday into Airweave, making it available for search and retrieval by your agents.
Configuration
MondaySource
Monday source implementation.
Connects to Monday.com using GraphQL queries to retrieve and entity various data types including boards, groups, columns, items, subitems, and updates.
Authentication
This connector uses OAuth 2.0 authentication flow.
You can connect through the Airweave UI, which will guide you through the OAuth flow.
Entities
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