Back to Nodes

LiquidTemplate

Last updated Jul 2, 2025

A Naper.ai opensource nodes package to n8n

4 Weekly Downloads
14 Monthly Downloads

Included Nodes

LiquidTemplate
MustacheTemplate
SQSTrigger
SQSDelete
SQSReject
ImageCropper
ImageCompose

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

  1. Add the package to your n8n instance (see n8n community nodes documentation).
  2. Restart n8n.
  3. 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