:Sparkles: Add monday.com node docs

This commit is contained in:
Amudhan 2020-07-27 16:18:41 +05:30
parent a3b8d80637
commit fdaaa44745
2 changed files with 56 additions and 0 deletions

View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB