n8n-nodes-creem-io
v0.1.1
Published
n8n community node for Creem - payments, subscriptions, licenses, and checkout management
Maintainers
Readme
n8n-nodes-creem
This is an n8n community node for Creem — the payment platform built for indie hackers and SaaS companies.
n8n is a fair-code licensed workflow automation platform.
Features
This node provides full access to the Creem API:
Creem Node (Regular)
| Resource | Operations | |----------|-----------| | Checkout | Create, Get | | Product | Create, Get, Get Many | | Customer | Get, Get Many, Create Billing Portal | | Subscription | Get, Update, Upgrade, Cancel, Pause, Resume | | Transaction | Get, Get Many | | License | Validate, Activate, Deactivate | | Discount | Create, Get, Delete |
Creem Trigger Node
Listens for real-time webhook events:
checkout.completed— Payment successfulsubscription.active— New subscription createdsubscription.paid— Recurring payment processedsubscription.trialing— Trial startedsubscription.canceled— Subscription canceledsubscription.expired— Subscription expiredsubscription.paused— Subscription pausedsubscription.update— Subscription modifiedrefund.created— Refund processeddispute.created— Chargeback opened
AI Agent Compatible
The Creem node has usableAsTool: true, making it compatible with n8n's AI Agent for natural language payment operations.
Installation
Follow the installation guide in the n8n community nodes documentation.
Credentials
You need a Creem API key to use this node:
- Go to your Creem dashboard
- Navigate to the Developers section
- Copy your API key
The node supports both Production and Test environments.
Usage
Example: Create a checkout session
- Add the Creem node to your workflow
- Select Checkout as the resource
- Select Create as the operation
- Enter the Product ID and Success URL
- Execute the workflow to get a checkout URL
Example: Listen for payments
- Add the Creem Trigger node
- Select the event (e.g.,
checkout.completed) - Copy the webhook URL and add it to your Creem dashboard
- Activate the workflow
