diff --git a/docs/nodes/credentials/Flow/README.md b/docs/nodes/credentials/Flow/README.md index b05f2c6fc..8bacc5288 100644 --- a/docs/nodes/credentials/Flow/README.md +++ b/docs/nodes/credentials/Flow/README.md @@ -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. diff --git a/docs/nodes/nodes-library/nodes/Flow/README.md b/docs/nodes/nodes-library/nodes/Flow/README.md new file mode 100644 index 000000000..c4cebc15d --- /dev/null +++ b/docs/nodes/nodes-library/nodes/Flow/README.md @@ -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. diff --git a/docs/nodes/nodes-library/nodes/Flow/workflow.png b/docs/nodes/nodes-library/nodes/Flow/workflow.png new file mode 100644 index 000000000..0b2230732 Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Flow/workflow.png differ