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
- Add entitys → Import (Trigger). Copy a webhook URL.
- Add entitys → Export (Action). Set
URLto your endpoint. - Connect Import → Export and execute the test workflow.
- Send a POST to the Import URL; data flows into Export.
Replace the placeholder
entitys.svgwith your icon if desired.