diff --git a/docs/nodes/nodes-library/nodes/Mondaycom/README.md b/docs/nodes/nodes-library/nodes/Mondaycom/README.md new file mode 100644 index 000000000..83e20d12a --- /dev/null +++ b/docs/nodes/nodes-library/nodes/Mondaycom/README.md @@ -0,0 +1,56 @@ +--- +permalink: /nodes/n8n-nodes-base.mondayCom +--- + +# monday.com + +[monday.com](https://monday.com/) is a work operating system (Work OS) that enables organizations to manage tasks, projects, and team work. + +::: tip 🔑 Credentials +You can find authentication information for this node [here](../../../credentials/Mondaycom/README.md). +::: + +## Basic Operations + +- Board + - Archive a board + - Create a new board + - Get a board + - Get all boards +- Board Column + - Create a new column + - Get all columns +- Board Group + - Delete a group in a board + - Create a group in a board + - Get board's groups +- Board Item + - Add an update to an item + - Change a column value for a board item + - Change multiple column values for a board item + - Create an item in a board's group + - Delete an item + - Get an item + - Get all items + - Get items by column value + +## Example Usage + +This workflow allows you to get a board from monday.com. You can also find the [workflow](https://n8n.io/workflows/556) on the website. This example usage workflow would use the following two nodes. +- [Start](../../core-nodes/Start/README.md) +- [monday.com]() + +The final workflow should look like the following image. + +![A workflow with the monday.com node](./workflow.png) + +### 1. Start node + +The start node exists by default when you create a new workflow. + +### 2. monday.com node + +1. First of all, you'll have to enter credentials for the monday.com node. You can find out how to do that [here](../../../credentials/Mondaycom/README.md). +2. Select the 'Get' option from the *Operation* dropdown list. +3. Select the board you want to get from the *Board ID* dropdown list. +4. Click on *Execute Node* to run the workflow. diff --git a/docs/nodes/nodes-library/nodes/Mondaycom/workflow.png b/docs/nodes/nodes-library/nodes/Mondaycom/workflow.png new file mode 100644 index 000000000..f0c83ca27 Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Mondaycom/workflow.png differ