Skip to content
Merged
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
1 change: 1 addition & 0 deletions docs/integrations/product-list/product-list-m-z.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
| <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/) |
| <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) |
| <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/) |
| <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/) |
| <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/) |
| <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/) |
| <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/) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All automation integrations require authentication to communicate between the ve

## Integrations

Count of available integrations: 339
Count of available integrations: 340

import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: Monday
description: ''
---

import useBaseUrl from '@docusaurus/useBaseUrl';

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

***Version: 1.4
Updated: Nov 12, 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)* - Add teams to a board via the API
* **Add Users To Board** *(Containment)* - Adds users to a board.
* **Add Users To Team** *(Containment)* - Allows you to add users to a team via the API.
* **Create Board** *(Containment)* - Create a new board via the API.
* **Create Column** *(Containment)* - Creates a new column on a board within the account via the API.
* **Delete Board** *(Containment)* - Delete a board via the API.
* **Delete Column** *(Containment)* - Deletes a single column from a board via the API.
* **Delete Teams From Board** *(Containment)* - Remove teams from a board via the API.
* **Execute Queries** *(Enrichment)* - 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)* - Remove a user from a team via the API.
* **Update Column Value** *(Containment)* - 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

* Oct 06, 2025 - First upload
* Oct 15, 2025 (v1.2) - Refactored the code
* Nov 10, 2025 (v1.3) - Changed the GraphQL schema for one action to test
* Nov 12, 2025 (v1.4) - Updated the integration and all actions as per supported GraphQL schema
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.