Back to Nodes

Warmr Contacts

Last updated Oct 12, 2025

n8n community node for Warmr integration

1 Weekly Downloads
59 Monthly Downloads

Included Nodes

Warmr Contacts
Warmr Feed

Description

n8n-nodes-warmr

npm version

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

  • 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 install and pnpm 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:

  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