Description
@naper/n8n-nodes-naper
A collection of enterprise-grade n8n nodes created by Naper.ai to power advanced automation workflows.
Overview
This package provides a set of custom nodes for n8n, designed for robust integrations and data processing in enterprise environments.
Included Nodes
- SQS Trigger: Listens to AWS SQS queues and triggers workflows when new messages arrive. Supports advanced concurrency and resource controls.
- SQS Delete Message: Deletes a message from an SQS queue after processing.
- SQS Reject Message: Changes the visibility of a message in SQS, allowing it to be reprocessed or returned to the queue.
- Liquid Template: Processes Liquid templates with input or custom data.
- Mustache Template: Processes Mustache templates with input or custom data.
Installation
npm install @naper/n8n-nodes-naper
Usage
- Add the package to your n8n instance (see n8n community nodes documentation).
- Restart n8n.
- The new nodes will appear in the n8n editor under their respective names:
- SQS Trigger
- SQS Delete Message
- SQS Reject Message
- Liquid Template
- Mustache Template
License
This project is licensed under the MIT License.
Made with ❤️ by Naper.ai