diff --git a/docs/platform-services/automation-service/app-central/integrations/monday.md b/docs/platform-services/automation-service/app-central/integrations/monday.md new file mode 100644 index 0000000000..4af641567b --- /dev/null +++ b/docs/platform-services/automation-service/app-central/integrations/monday.md @@ -0,0 +1,60 @@ +--- +title: Monday +description: '' +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + +
+crowdstrike-falcon + +***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'; + + +* +* **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). +* +* +* +* + +Monday configuration + +For information about Monday, see [Monday documentation](https://developer.monday.com/api-reference/docs/basics). + +## Change Log + +* October 06, 2025 - First upload \ No newline at end of file diff --git a/static/img/platform-services/automation-service/app-central/integrations/misc/monday-configuration.png b/static/img/platform-services/automation-service/app-central/integrations/misc/monday-configuration.png new file mode 100644 index 0000000000..3da226b9d3 Binary files /dev/null and b/static/img/platform-services/automation-service/app-central/integrations/misc/monday-configuration.png differ diff --git a/static/img/platform-services/automation-service/app-central/logos/monday.png b/static/img/platform-services/automation-service/app-central/logos/monday.png new file mode 100644 index 0000000000..4440becb19 Binary files /dev/null and b/static/img/platform-services/automation-service/app-central/logos/monday.png differ