diff --git a/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/README.md b/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/README.md new file mode 100644 index 000000000..fed1337c8 --- /dev/null +++ b/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/README.md @@ -0,0 +1,26 @@ +--- +permalink: /nodes/n8n-nodes-base.taigaTrigger +--- + +# Taiga Trigger + +[Taiga](https://www.taiga.io/) is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable. + +::: tip 🔑 Credentials +You can find authentication information for this node [here](../../../credentials/Taiga/README.md). +::: + +## Example Usage + +This workflow allows you to receive updates when an event occurs in Taiga. You can also find the [workflow](https://n8n.io/workflows/686) on n8n.io. This example usage workflow would use the following node. +- [Taiga Trigger]() + +The final workflow should look like the following image. + +![A workflow with the Taiga Trigger node](./workflow.png) + +### 1. Taiga Trigger node + +1. First of all, you'll have to enter credentials for the Taiga Trigger node. You can find out how to do that [here](../../../credentials/Taiga/README.md). +2. Select the project from the ***Project ID*** dropdown list. +2. Click on ***Execute Node*** to run the node. diff --git a/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/workflow.png b/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/workflow.png new file mode 100644 index 000000000..59d2c54e6 Binary files /dev/null and b/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/workflow.png differ