Skip to main content
Monday is a work operating system that enables organizations to build custom workflow apps in minutes to run their processes, projects, and everyday work. It provides tools for project management, task tracking, and team collaboration with a focus on visual and intuitive workflows.

Configuring Monday as a Source

In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Monday option from the list of connectors. Click Next and you’ll be prompted to add your access.

1. Add account access

You’ll need your Monday API Token for this connection. You can find it in your Monday account settings. Once you have it, add the account access and the connector configuration. The following configurations are available:
  • API token: The token to authenticate against the API service. It can be generated by clicking on your Profile Picture -> Developers -> API token in your Monday workspace.
  • Board IDs: Restrict extraction to a specific set of board IDs. When set, only the listed boards and their items are extracted, and boards are returned regardless of state (active, archived, or deleted). Leave empty to extract every active board your token has access to.
Once you’re done, click Next.

2. Select streams

Choose which data streams you want to sync - you can select all streams or pick specific ones that matter most to you.
Tip: The stream can be found more easily by typing its name.
Select the streams and click Next.

3. Configure data streams

Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.
  • Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
  • Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
  • Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
  • Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
    • Incremental: every time the extraction happens, we’ll get only the new data - which is good if, for example, you want to keep every record ever fetched.
    • Full table: every time the extraction happens, we’ll get the current state of the data - which is good if, for example, you don’t want to have deleted data in your catalog.
Once you are done configuring, click Next.

4. Configure data source

Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:
  • Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource here.
  • Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
Once you are ready, click Next to finalize the setup.

5. Check your new source

You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.
For you to be able to see it on your Catalog, you need at least one successful source run.

Streams and Fields

Below you’ll find all available data streams from Monday and their corresponding fields:
Stream for managing boards and their configuration.Key Fields:
FieldTypeDescription
idStringUnique identifier for the board
nameStringName of the board
board_folder_idStringID of the folder containing the board
board_kindStringKind of board
permissionsStringBoard permissions
stateStringBoard state (all, active, archived, deleted)
typeStringBoard type (board, sub_items_board)
updated_atStringLast update timestamp
workspace_idStringWorkspace identifier
descriptionStringBoard description
items_countIntegerNumber of items in the board
items_limitIntegerBoard items limit
item_terminologyStringBoard item terminology
urlStringBoard URL
columnsArrayArray of column objects (id, title, description, type, archived)
groupsArrayArray of group objects (id, title)
ownersArrayArray of owner objects with id and name
creatorObjectCreator object with id and name
subscribersArrayArray of subscriber objects with id and name
Stream for managing items (tasks/cards) within boards.Key Fields:
FieldTypeDescription
idStringUnique identifier for the item
nameStringItem name
created_atStringCreation timestamp
creator_idStringCreator’s ID
emailStringAssociated email
stateStringItem state
relative_linkStringRelative link to the item
updated_atStringLast update timestamp
urlStringItem URL
descriptionObjectDescription object containing blocks with content and metadata
assetsArrayArray of asset objects (id, name, file_extension, url, public_url, uploaded_by)
boardObjectBoard object with ID
column_valuesArrayArray of column values (id, column, text, type, value)
groupObjectGroup object with id and title
parent_itemObjectParent item reference
subitemsArrayArray of subitem references
subscribersArrayArray of subscriber objects
Stream for managing user accounts and permissions.Key Fields:
FieldTypeDescription
idStringUnique identifier for the user
nameStringUser’s name
emailStringUser’s email
urlStringUser’s profile URL
birthdayStringUser’s birthday
country_codeStringUser’s country code
created_atStringAccount creation timestamp
current_languageStringUser’s language preference
join_dateStringJoin date
last_activityStringLast activity timestamp
locationStringUser’s location
mobile_phoneStringMobile phone number
phoneStringPhone number
titleStringUser’s title
time_zone_identifierStringTime zone
utc_hours_diffIntegerUTC hour difference
enabledBooleanWhether the user is enabled
is_adminBooleanAdmin status
is_guestBooleanGuest status
is_pendingBooleanPending status
is_verifiedBooleanVerification status
is_view_onlyBooleanView-only status
photo_originalStringOriginal photo URL
photo_smallStringSmall photo URL
photo_thumbStringThumbnail photo URL
photo_thumb_smallStringSmall thumbnail URL
photo_tinyStringTiny photo URL
accountObjectAccount information (id, name, slug)
teamsArrayArray of team memberships (id, name)
custom_field_metasArrayArray of custom field definitions
custom_field_valuesArrayArray of custom field values

Implementation Notes

  • Board Filtering: Setting specific IDs in the configuration allows the connector to efficiently extract only those requested boards, circumventing pagination across irrelevant data, and ignoring the board state constraints (it fetches them whether active, archived, or deleted). Leaving the property empty brings in every accessible active board.
  • Pagination: Extraction mechanisms utilize standard page-number pagination for parent streams (like Boards) and robust cursor-based pagination for child resources (Items) to ensure performance consistency across large sets of data.

Skills for agents

Download Monday skills file

Monday connector documentation as plain markdown, for use in AI agent contexts.