Add Flow node docs

This commit is contained in:
Tanay Pant
2020-07-14 09:19:23 +02:00
parent 8e4d2ee99e
commit eca1cfa444
3 changed files with 42 additions and 1 deletions

View File

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

View 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.
![A workflow with the Flow node](./workflow.png)
### 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB