Skip to main content
Back to Search AI connectors list Monday is a work operating system for planning, tracking, and managing workflows, projects, and team collaboration. It features customizable boards for managing workflows, assigning tasks, and visualizing project progress. Search AI ingests content from items within boards on Monday, making them searchable and improving accessibility.

Connector Specifications

SpecificationDetails
Repository typeCloud
Supported contentItems on a board
RACL supportYes
Content filteringNo

Authorization Support

Search AI supports two authentication methods for Monday: Monday API token and OAuth 2.0.

Monday Configuration

Generate a Monday API Token

  1. Click the profile picture in the top right corner.
  2. Go to the Administration page. Click Connections, go to the API tab, and click Generate to create a new token. Copy the token.
  3. Alternatively, go to the Developers page and click My Access Tokens to view and copy the access token.
For more details, see the Monday authentication reference.

Generate OAuth Credentials

  1. Click the profile picture in the top right corner.
  2. Go to the Developer Center. On the My Apps page, click Create App.
  3. Go to the app’s OAuth page and enable the following scopes:
    • boards:read
    • users:read
  4. Go to the Redirect URL tab and enter the URL that matches your deployment. Click Save.
    • JP Region: https://jp-bots-idp.kore.ai/workflows/callback
    • DE Region: https://de-bots-idp.kore.ai/workflows/callback
    • Prod: https://idp.kore.com/workflows/callback
  5. From the Basic Information page for the app, copy the client credentials.
For more details, see the Monday OAuth reference.

Configure the Monday Connector in Search AI

Provide the following fields when configuring the Monday connector:
FieldDescription
NameUnique identifier for the connector
Authorization TypeSelect Personal Access Token (global API token) or OAuth 2.0 (provide client credentials)
The remaining fields map Monday content to the corresponding Search AI schema fields. Default mappings are pre-configured; update them only for custom implementations.

RACL Support

Access control for the Monday Connector uses the BoardID of the board as the permission entity. For every item in a board, the sys_racl field contains the board ID. Use the Permission Entity APIs to associate users with this permission entity.