Description
n8n-nodes-chartmogul
This is an n8n community node. It lets you interact with the ChartMogul API in your n8n workflows.
ChartMogul is a subscription analytics platform that helps SaaS (Software-as-a-Service) and recurring revenue businesses understand, measure, and grow their revenue. ChartMogul CRM is a customer relationship management platform built specifically for B2B SaaS companies that unifies sales pipeline tracking with subscription analytics, enabling teams to manage leads, opportunities, and recurring revenue in a single integrated system.
n8n is a fair-code licensed workflow automation platform.
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-chartmogulin Enter npm package name. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
Operations
V1 of the ChartMogul N8N node focuses on functions that help you interface with ChartMogul CRM. These are based on the publicly available endpoints found at https://dev.chartmogul.com/.
Functions:
- Sources
- Customers
- Contacts
- Enrichment (Custom Attributes and Tags)
- Notes and Call Logs
- Opportunities
- Tasks
Credentials
If users need to authenticate with the app/service, provide details here. You should include prerequisites (such as signing up with the service), available authentication methods, and how to set them up.
You need to have a ChartMogul account to interact with this node.
In ChartMogul, create an API key by navigating to Profile > View Profile > API keys. Then:
- Click Add API Key.
- Enter a unique name for the key in the Name field.
- A Read & Write key is required for this node.
- Click Add to create the key.
- Copy your newly created key and add create a ChartMogul credential in N8N
Compatibility
This node was developed and tested using N8N version 1.116.2.
Resources
Version history
v1.0.0
Initial Release