Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: Monday
description: ''
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/monday.png')} alt="
crowdstrike-falcon" width="100"/>

***Version: 1.0
Updated: Oct 6, 2025***

Streamline workflows across projects, CRM, IT, and development and gain clear visibility to make strategic decisions with confidence.

## Actions

* **Add Teams To Board** *(Containment)* - The action allows you to add teams to a board via the API
* **Add Users To Board** *(Containment)* - This action adds users to a board.
* **Add Users To Team** *(Containment)* - The action allows you to add users to a team via the API.
* **Create Board** *(Containment)* - The action allows you to create a new board via the API.
* **Create Column** *(Containment)* - The action creates a new column on a board within the account via the API.
* **Delete Board** *(Containment)* - The action allows you to delete a board via the API.
* **Delete Column** *(Containment)* - The action deletes a single column from a board via the API.
* **Delete Teams From Board** *(Containment)* - The action allows you to remove teams from a board via the API.
* **Execute Queries** *(Enrichment)* - The action allows you to execute queries via the API.
* **Get Boards Fields** *(Enrichment)* - Get the Fields of Boards.
* **Get Columns Values** *(Enrichment)* - Read column values on monday boards using the platform API.
* **List Boards Fields** *(Enrichment)* - List the Fields of Boards.
* **List Boards** *(Enrichment)* - List the Boards of the account.
* **List Items** *(Enrichment)* - List the Items of a board.
* **Remove User From Team** *(Containment)* - The action allows you to remove a user from a team via the API.
* **Update Column Value** *(Containment)* - The action updates a column value on a board within the account via the API.

## Configure Monday in Automation Service and Cloud SOAR

import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';

<IntegrationsAuth/>
* <IntegrationLabel/>
* **API URL**. Enter your [Monday API URL](https://developer.monday.com/api-reference/), for example, `https://api.monday.com`.

* **API Key**. Enter your [Monday API key](https://developer.monday.com/api-reference/docs/authentication).
* <IntegrationTimeout/>
* <IntegrationCertificate/>
* <IntegrationEngine/>
* <IntegrationProxy/>

<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/monday-configuration.png')} style={{border:'1px solid gray'}} alt="Monday configuration" width="400"/>

For information about Monday, see [Monday documentation](https://developer.monday.com/api-reference/docs/basics).

## Change Log

* October 06, 2025 - First upload
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.