entitys-sep

n8n community nodes for the entitys app (Import trigger + Export action).

Package Information

Downloads: 0 weekly / 6 monthly
Latest Version: 0.1.0
Author: entitys.io

Documentation

entitys — n8n App (Import trigger + Export action)

This package adds an entitys app to n8n with:

  • Import (Trigger) — a webhook that fires on POST to the generated URLs.
  • Export (Action) — an HTTP POST request with a URL input and standard request options.

UI text/labels use the exact lowercase app name entitys and node descriptions are empty per the requirements.

Install

npm install n8n-nodes-entitys

Then restart n8n. Search for entitys in the node picker.

Publish

npm install
npm run build
npm publish --access public

Example (optional) — simple workflow

  1. Add entitysImport (Trigger). Copy a webhook URL.
  2. Add entitysExport (Action). Set URL to your endpoint.
  3. Connect ImportExport and execute the test workflow.
  4. Send a POST to the Import URL; data flows into Export.

Replace the placeholder entitys.svg with your icon if desired.

Discussion