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
- Go to Settings > Community Nodes in your n8n instance.
- Click Install Community Node.
- Search for
n8n-nodes-warmror enter:npm install n8n-nodes-warmr - Restart n8n if required.
Using npm
npm install n8n-nodes-warmr
Usage
- Add the "Warmr Contacts" node to your workflow.
- When prompted, create or select your Warmr API credentials (API key).
- Configure the operation and parameters as needed.
- Run your workflow!
Credentials
- Enter your Warmr API Key (Bearer token) in the credentials UI when prompted.
Development
- Clone this repo and run
pnpm installandpnpm run build. - Copy or symlink the build output to your n8n custom nodes directory for local testing.
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:
- Ensure your node follows the n8n Community Node Guidelines
- Submit a pull request to the n8n Community Nodes repository
- Include proper documentation and examples
- Ensure all tests pass and code quality standards are met