Installation
We always recommend testing in a development environment before installing in production. Back up your workflows before updating or installing in a production environment.
Features:
- Customers;
- Payments;
- Subscriptions;
- Installments;
- Business Data;
- Financial Data;
- Notifications;
- Pix(Cash-in);
- Webhooks
Compatible Versions:
- n8n ≥ 1.0.0
- Node.js ≥ 20.15.0
Prerequisites:
- Node.js version 20.15.0 or higher
- Active Asaas account (production or sandbox)
- Valid API Key (obtained from the Asaas dashboard)
Installation via Community Nodes (Recommended)
- The node can be installed for free through the n8n Community Nodes system: 1)Open n8n 2)Go to Settings → Community Nodes 3)Click Install a community node 4)Type: @asaasbr/n8n-nodes-asaas 5)Click Install 6)Restart n8n
Credential Configuration:
- In n8n, go to Credentials → Add Credential
- Search for Asaas API Fill in your API Key and select the Environment
Installation Verification (Example):
- Create a new workflow
- Drag the Asaas node to the canvas
- Select Customer as the resource
- Choose List Customers as the operation
- Select your credential
- Execute the workflow
Local Project Installation:
- Validate your project versions
- 2)npm install @asaasbr/n8n-nodes-asaas
Updated 1 day ago