n8n-nodes-entitys-sep
v0.1.0
Published
n8n community nodes for the entitys app (Import trigger + Export action).
Maintainers
Readme
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-entitysThen restart n8n. Search for entitys in the node picker.
Publish
npm install
npm run build
npm publish --access publicExample (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.
