mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
✨ Add Flow node docs
This commit is contained in:
@@ -11,7 +11,7 @@ Create a [Flow](https://www.getflow.com/) account.
|
||||
1. Access your Flow dashboard.
|
||||
2. Click on your Organisation icon in the top left.
|
||||
3. Click on Account Preferences.
|
||||
4. Generate Personal Access token.
|
||||
4. Click on the *Create a Personal Access Token* button.
|
||||
5. As you generate your access token, you will also receive an organisation ID.
|
||||
6. Use provided access token and organisation ID with your Flow node credentials in n8n.
|
||||
|
||||
|
||||
41
docs/nodes/nodes-library/nodes/Flow/README.md
Normal file
41
docs/nodes/nodes-library/nodes/Flow/README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.flow
|
||||
---
|
||||
|
||||
# Flow
|
||||
|
||||
[Flow](https://www.getflow.com/) is modern task and project management software for teams. It brings together tasks, projects, timelines, and conversations, and integrates with a lot of tools.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Flow/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Task
|
||||
- Create a new task
|
||||
- Update a task
|
||||
- Get a task
|
||||
- Get all the tasks
|
||||
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to get all the tasks in Flow. You can also find the [workflow](https://n8n.io/workflows/506) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Flow]()
|
||||
|
||||
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. Flow node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Flow node. You can find out how to do that [here](../../../credentials/Flow/README.md).
|
||||
2. Select the 'Get All' option from the *Operation* dropdown list.
|
||||
3. Toggle the *Return All* slider to true.
|
||||
4. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/Flow/workflow.png
Normal file
BIN
docs/nodes/nodes-library/nodes/Flow/workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
Reference in New Issue
Block a user