|
| 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 |
0 commit comments