Skip to content

Commit 1e1f741

Browse files
committed
CSOAR-4014: Added new monday integration
1 parent 59f6b93 commit 1e1f741

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Monday
3+
description: ''
4+
---
5+
6+
import useBaseUrl from '@docusaurus/useBaseUrl';
7+
8+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/monday.png')} alt="
9+
crowdstrike-falcon" width="100"/>
10+
11+
***Version: 1.0
12+
Updated: Oct 6, 2025***
13+
14+
Streamline workflows across projects, CRM, IT, and development and gain clear visibility to make strategic decisions with confidence.
15+
16+
## Actions
17+
18+
* **Add Teams To Board** *(Containment)* - The action allows you to add teams to a board via the API
19+
* **Add Users To Board** *(Containment)* - This action adds users to a board.
20+
* **Add Users To Team** *(Containment)* - The action allows you to add users to a team via the API.
21+
* **Create Board** *(Containment)* - The action allows you to create a new board via the API.
22+
* **Create Column** *(Containment)* - The action creates a new column on a board within the account via the API.
23+
* **Delete Board** *(Containment)* - The action allows you to delete a board via the API.
24+
* **Delete Column** *(Containment)* - The action deletes a single column from a board via the API.
25+
* **Delete Teams From Board** *(Containment)* - The action allows you to remove teams from a board via the API.
26+
* **Execute Queries** *(Enrichment)* - The action allows you to execute queries via the API.
27+
* **Get Boards Fields** *(Enrichment)* - Get the Fields of Boards.
28+
* **Get Columns Values** *(Enrichment)* - Read column values on monday boards using the platform API.
29+
* **List Boards Fields** *(Enrichment)* - List the Fields of Boards.
30+
* **List Boards** *(Enrichment)* - List the Boards of the account.
31+
* **List Items** *(Enrichment)* - List the Items of a board.
32+
* **Remove User From Team** *(Containment)* - The action allows you to remove a user from a team via the API.
33+
* **Update Column Value** *(Containment)* - The action updates a column value on a board within the account via the API.
34+
35+
## Configure Monday in Automation Service and Cloud SOAR
36+
37+
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
38+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
39+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
40+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
41+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
42+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
43+
44+
<IntegrationsAuth/>
45+
* <IntegrationLabel/>
46+
* **API URL**. Enter your [Monday API URL](https://developer.monday.com/api-reference/), for example, `https://api.monday.com`.
47+
48+
* **API Key**. Enter your [Monday API key](https://developer.monday.com/api-reference/docs/authentication).
49+
* <IntegrationTimeout/>
50+
* <IntegrationCertificate/>
51+
* <IntegrationEngine/>
52+
* <IntegrationProxy/>
53+
54+
<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"/>
55+
56+
For information about Monday, see [Monday documentation](https://developer.monday.com/api-reference/docs/basics).
57+
58+
## Change Log
59+
60+
* October 06, 2025 - First upload
97.3 KB
Loading
29.8 KB
Loading

0 commit comments

Comments
 (0)