mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
:Sparkles: Add monday.com node docs
This commit is contained in:
parent
a3b8d80637
commit
fdaaa44745
56
docs/nodes/nodes-library/nodes/Mondaycom/README.md
Normal file
56
docs/nodes/nodes-library/nodes/Mondaycom/README.md
Normal 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.
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
BIN
docs/nodes/nodes-library/nodes/Mondaycom/workflow.png
Normal file
BIN
docs/nodes/nodes-library/nodes/Mondaycom/workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue
Block a user