About n8n-nodes-momentum
n8n-nodes-momentum is an MCP server in the Automation category. It has been installed 0 times through Conduid.
Install
git clone https://github.com/ReduceMyIns/n8n-nodes-momentumThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about n8n-nodes-momentum
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
n8n-nodes-momentum
This is an n8n community node. It lets you integrate NowCerts with your n8n workflows.
The Momentum Node allows seamless integration with the NowCerts API, enabling you to automate creating and updating prospects, insureds, policies, and tasks etc within your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Install this node via:
pnpm install n8n-nodes-momentum
# or
npm install n8n-nodes-momentum
Operations
- Create Prospect
- Create Insured
- Create Policy
- Create Task
Credentials
This node requires authentication with the NowCerts API. You will need:
- Base URL (usually
https://api.nowcerts.com/api) - Username (your NowCerts username)
- Password (your NowCerts password)
- Client ID (provided by NowCerts)
Set up your credentials inside n8n under the Momentum API credential type.
Compatibility
- Requires n8n version: >=1.0.0
- Tested on Node.js version 18.10 and higher
- Tested with pnpm 9.1+
Usage
When using this node:
- Provide the correct JSON structure for each operation (Prospect, Insured, Policy, Task).
- Authentication is handled internally. Make sure your credentials are valid.
- For any issues with authentication, check that your NowCerts account has the required API access.
If you're new to n8n, check the Try it out documentation to get started.
Resources
Version history
- 0.1.0: Initial release with basic support for creating Prospects, Insureds, Policies, and Tasks.
README mirrored from the source repository 4 months ago. The original is authoritative.