Create a Paddle Coupon Code Automatically - n8n Workflow

Use this efficient n8n workflow to instantly create new coupon codes in your Paddle account, perfect for sales and promotions management. Integrate Paddle using a simple n8n node.

Workflow Preview

Ready to automate?

Download this n8n workflow template and start using it instantly.

n8n Nodes Used

Who is this best for?

E-commerce managers needing a quick way to provision new discount codes.
Developers managing backend subscription services via Paddle and seeking n8n templates for integration.


  • Business owners looking to automate financial operations using an n8n workflow structure.

Overview

Managing promotions and sales incentives often requires rapid coupon code generation. This powerful yet simple n8n workflow provides a direct, programmatic method to create coupons within your Paddle account without needing to manually use the Paddle dashboard. This automation serves as a foundational example of how to manage financial infrastructure directly from an n8n environment. By leveraging the specialized Paddle n8n node, the complex API interactions are simplified into easily configurable parameters. This makes it an ideal n8n template for users looking to incorporate coupon creation into larger, triggered processes, ensuring efficiency in managing sales incentives.

How it Works

This automation process is initiated by the “On clicking 'execute'” n8n trigger. Since this n8n trigger is manual, the user starts the n8n workflow execution directly. Once triggered, the flow immediately passes execution to the Paddle n8n node. This Paddle n8n node is configured specifically to perform a 'create' operation for a coupon resource. It sends the necessary request to the Paddle API, instructing it to generate a new coupon. The specific coupon code defined in this n8n workflow is 'n8n-docs' with a discount amount of 2 (unit determined by Paddle account settings). The n8n workflow concludes after the successful creation of the coupon in the Paddle system, providing instant confirmation.

Installation Guide


  1. Import the n8n workflow: Copy the provided JSON data and paste it into your n8n instance via the 'New' menu -> 'Import from JSON'.

  2. Configure Paddle Credentials: Locate the 'Paddle' n8n node. You must create or select existing Paddle API credentials. This usually requires your API key from the Paddle dashboard.

  3. Customize: Adjust the parameters in the Paddle n8n node, such as the couponCode and discountAmount, to match your desired promotional offer.

  4. Test: Execute the n8n workflow manually using the 'Execute Workflow' button on the n8n trigger node to ensure the coupon is successfully created.

Node Details

On clicking 'execute' (n8n trigger):
Function: Serves as the manual starting point for this specific n8n workflow, allowing for immediate testing or single-run execution.
Key Configuration: Standard manual n8n trigger setup.
Paddle (n8n node):
Function: Acts as the primary action node, communicating directly with the Paddle API to create a new coupon.
Key Configuration: Resource is implicitly 'Coupon'. Explicit parameters include discountAmount: 2 and couponCode: 'n8n-docs'. This n8n node requires valid Paddle API credentials to authorize the creation.

Related n8n Workflows

Free

Nodes: 2 Nodes
Updated: December 26 2025
View all
Created by
ghagrawal17
ghagrawal17

Featured*