n8n-vikunja-nodes/README.md

44 lines
1.4 KiB
Markdown
Raw Normal View History

2023-10-24 17:16:00 +00:00
# n8n-nodes-vikunja
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
This is an n8n community node. It lets you use Vikunja in your n8n workflows.
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
Vikunja is an open-source, self-hostable to-do and productivity application.
Check out [our website](https://vikunja.io/) for more information.
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
[Installation](#installation)
[Operations](#operations)
[Credentials](#credentials)
[Compatibility](#compatibility)
[Resources](#resources)
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
## Installation
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
## Operations
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
This node supports all operations supported by Vikunja API tokens.
You can see a full list of possible actions when creating a token in Vikunja.
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
It also allows you to trigger n8n workflows by Vikunja webhooks.
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
## Credentials
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
The only supported authentication method for this node are API tokens.
On your Vikunja instance, head over to *Settings > API Tokens* and create a new token.
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
In n8n, create credentials as you usually would.
Enter the API token created previously and the API url.
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
## Compatibility
2023-10-23 08:46:53 +00:00
2023-10-24 17:16:00 +00:00
Tested with n8n Version 1.9.3.
## Resources
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
* [Vikunja n8n Docs](https://vikunja.io/docs/n8n)
* [Vikunja General Docs](https://vikunja.io/docs/)