Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (n8n-nodes-icount) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
n8n-nodes-icount
This is an n8n community node for iCount - Israeli accounting system.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Document Resource
- Create: Create new invoices, receipts, quotes, etc.
- Update: Update existing documents
- Credit: Create credit notes
- Get: Retrieve document by ID
- List: Search and list documents
- Download PDF: Download document as PDF
Customer Resource
- Upsert: Create or update customer (find by HP/email)
Credentials
You need to create iCount API credentials with:
- Company ID (CID): Your company number
- Username: API username
- Password: API password
Example Workflows
Create Invoice from Webhook
Webhook → iCount (Upsert Customer) → iCount (Create Invoice) → Send Email
Batch Credit Notes
Get Data → Loop → iCount (Credit) → Save Results
Resources
License
MIT