Skip to content

Commit a728640

Browse files
CSOAR-4014: Added new monday integration (#5873)
* CSOAR-4014: Added new monday integration * CSOAR-4014: Updated integration GraphQL schema * Updates from review --------- Co-authored-by: John Pipkin <[email protected]>
1 parent 96bcee0 commit a728640

File tree

5 files changed

+64
-1
lines changed

5 files changed

+64
-1
lines changed

docs/integrations/product-list/product-list-m-z.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
3131
| <img src={useBaseUrl('img/send-data/miro-logo.png')} alt="Thumbnail icon" width="50"/> | [Miro](https://miro.com/) | App: [Miro](/docs/integrations/saas-cloud/miro/) <br/>Cloud SIEM integration: [Miro](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/9f149da1-2831-465f-8bb1-a5950ccaec0c.md) <br/>Collector: [Miro Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/miro-source/) |
3232
| <img src={useBaseUrl('img/integrations/misc/misp-logo.png')} alt="Thumbnail icon" width="100"/> | [MISP](https://www.misp-project.org/) | Automation integration: [MISP](/docs/platform-services/automation-service/app-central/integrations/misp/)<br/>Community app: [Sumo Logic for MISP](https://github.com/SumoLogic/sumologic-content/tree/master/MISP) |
3333
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/mitre-matrix.png')} alt="Thumbnail icon" width="100"/> | [MITRE ATT&CK](https://attack.mitre.org/) | Automation integration: [Mitre Matrix](/docs/platform-services/automation-service/app-central/integrations/mitre-matrix/) |
34+
| <img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/monday.png')} alt="Monday logo" width="100"/> | [Monday](https://monday.com/) | Automation integration: [Monday](/docs/platform-services/automation-service/app-central/integrations/monday/) |
3435
| <img src={useBaseUrl('img/integrations/databases/mongodb.png')} alt="Thumbnail icon" width="75"/> | [MongoDB](https://www.mongodb.com/) | Apps: <br/>- [MongoDB](/docs/integrations/databases/mongodb/) <br/>- [MongoDB - OpenTelementry](/docs/integrations/databases/opentelemetry/mongodb-opentelemetry/) |
3536
| <img src={useBaseUrl('img/integrations/databases/mongodbatlas.png')} alt="Thumbnail icon" width="75"/> | [MongoDB Atlas](https://www.mongodb.com/atlas) | App: [MongoDB Atlas](/docs/integrations/databases/mongodb-atlas/) |
3637
| <img src={useBaseUrl('img/integrations/webhooks/mparticle-logo.png')} alt="Thumbnail icon" width="50"/> | [mParticle](https://www.mparticle.com/) | Webhook: [mParticle](/docs/integrations/webhooks/mparticle/) |

docs/platform-services/automation-service/app-central/integrations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ All automation integrations require authentication to communicate between the ve
1818

1919
## Integrations
2020

21-
Count of available integrations: 339
21+
Count of available integrations: 340
2222

2323
import DocCardList from '@theme/DocCardList';
2424
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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="Monday logo" width="100"/>
9+
10+
***Version: 1.4
11+
Updated: Nov 12, 2025***
12+
13+
Streamline workflows across projects, CRM, IT, and development and gain clear visibility to make strategic decisions with confidence.
14+
15+
## Actions
16+
17+
* **Add Teams To Board** *(Containment)* - Add teams to a board via the API
18+
* **Add Users To Board** *(Containment)* - Adds users to a board.
19+
* **Add Users To Team** *(Containment)* - Allows you to add users to a team via the API.
20+
* **Create Board** *(Containment)* - Create a new board via the API.
21+
* **Create Column** *(Containment)* - Creates a new column on a board within the account via the API.
22+
* **Delete Board** *(Containment)* - Delete a board via the API.
23+
* **Delete Column** *(Containment)* - Deletes a single column from a board via the API.
24+
* **Delete Teams From Board** *(Containment)* - Remove teams from a board via the API.
25+
* **Execute Queries** *(Enrichment)* - Execute queries via the API.
26+
* **Get Boards Fields** *(Enrichment)* - Get the Fields of Boards.
27+
* **Get Columns Values** *(Enrichment)* - Read column values on monday boards using the platform API.
28+
* **List Boards Fields** *(Enrichment)* - List the Fields of Boards.
29+
* **List Boards** *(Enrichment)* - List the Boards of the account.
30+
* **List Items** *(Enrichment)* - List the Items of a board.
31+
* **Remove User From Team** *(Containment)* - Remove a user from a team via the API.
32+
* **Update Column Value** *(Containment)* - Updates a column value on a board within the account via the API.
33+
34+
## Configure Monday in Automation Service and Cloud SOAR
35+
36+
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
37+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
38+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
39+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
40+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
41+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
42+
43+
<IntegrationsAuth/>
44+
* <IntegrationLabel/>
45+
* **API URL**. Enter your [Monday API URL](https://developer.monday.com/api-reference/), for example, `https://api.monday.com`.
46+
47+
* **API Key**. Enter your [Monday API key](https://developer.monday.com/api-reference/docs/authentication).
48+
* <IntegrationTimeout/>
49+
* <IntegrationCertificate/>
50+
* <IntegrationEngine/>
51+
* <IntegrationProxy/>
52+
53+
<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"/>
54+
55+
For information about Monday, see [Monday documentation](https://developer.monday.com/api-reference/docs/basics).
56+
57+
## Change Log
58+
59+
* Oct 06, 2025 - First upload
60+
* Oct 15, 2025 (v1.2) - Refactored the code
61+
* Nov 10, 2025 (v1.3) - Changed the GraphQL schema for one action to test
62+
* Nov 12, 2025 (v1.4) - Updated the integration and all actions as per supported GraphQL schema
97.3 KB
Loading
16.2 KB
Loading

0 commit comments

Comments
 (0)