N8n Integration Cover Pn

Get started

Webagent n8n nodes are available for self-hosted n8n.
@webagent-cloud/n8n-nodes-webagent

GUI installation

Referring to n8n documentation
  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter the npm package name `@webagent-cloud/n8n-nodes-webagent`
  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. n8n installs the node, and returns to the Community Nodes list in Settings.

Manual installation

Referring to n8n documentation
Access your Docker shell:
docker exec -it n8n sh
Create ~/.n8n/nodes if it doesn’t already exist, and navigate into it:
mkdir ~/.n8n/nodes
cd ~/.n8n/nodes
Install the node:
npm i @webagent-cloud/n8n-nodes-webagent
Then restart n8n.