Description
n8n-nodes-warmr

A community node for n8n to integrate with the Warmr API.
Features
- Get contacts with filters
- Create new contacts (LinkedIn URL required)
- Edit contacts (by LinkedIn URL, email, or UUID)
- Delete contacts (by LinkedIn URL, email, or UUID)
Installation
Using n8n Desktop or Self-Hosted
1. Go to Settings > Community Nodes in your n8n instance.
2. Click Install Community Node.
3. Search for n8n-nodes-warmr or enter:
npm install n8n-nodes-warmr
4. Restart n8n if required.
Using npm
npm install n8n-nodes-warmr
Usage
Credentials
Development
pnpm install and pnpm run build.Contributing
Pull requests and issues are welcome! Please open an issue for bugs or feature requests.
License
MIT
Support
For help, open an issue on GitHub or ask in the n8n Community Forum.
Official Community Node
This node is part of the official n8n Community Nodes collection. To request official listing in the n8n Community Nodes directory, please:
1. Ensure your node follows the n8n Community Node Guidelines
2. Submit a pull request to the n8n Community Nodes repository
3. Include proper documentation and examples
4. Ensure all tests pass and code quality standards are met