0.1.2 • Published 1 year ago

n8n-nodes-persio v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

n8n-nodes-persio

n8n.io - Workflow Automation

n8n nodes to trigger workflows from Persio or send data. Uses the components API which allows to create user identity or event.

How to install

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-persio in Enter npm package name.
  4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
  5. Select Install.

After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.

Manual installation

To get started install the package in your n8n root directory:

npm install n8n-nodes-persio

For Docker-based deployments, add the following line before the font installation command in your n8n Dockerfile:

RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-persio

Integration setup

Persio

Persio - Data Mesh Platform

  1. Login into Persio
  2. Go to Settings > Api key.
  3. Click Create button.
  4. Use the copy button on the right side.

Persio API key

Credentials

  1. Go to N8N
  2. Left side click the Key icon
  3. Add credential
  4. Search Persio in the list

N8N credential

Example

N8N Example