npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-frontcrm

v1.1.0

Published

n8n community node package for the FrontCRM API

Readme

n8n-nodes-frontcrm — FrontCRM Node for n8n

An n8n community node package that integrates with the FrontCRM API.

FrontCRM is a customer relationship management platform with messaging, conversation management, and contact tracking capabilities. This node lets you automate interactions with FrontCRM from your n8n workflows.

Installation

In your n8n instance, go to Settings > Community Nodes and install:

n8n-nodes-frontcrm

Alternatively, if you are running n8n with npm:

npm install n8n-nodes-frontcrm

Credentials

This node uses an API token for authentication.

  1. Log in to your FrontCRM account.
  2. Navigate to your account settings and generate an API token.
  3. In n8n, create a new FrontCRM API credential and paste your API token.

Full API documentation: https://flwchat.readme.io/reference

Resources and Operations

Card

| Operation | Description | | ------------- | -------------------------------- | | Get Many | Retrieve multiple cards | | Create | Create a new card | | Get | Retrieve a single card | | Update | Update a card | | Duplicate | Duplicate a card | | List Notes | List notes attached to a card | | Add Note | Add a note to a card | | Delete Note | Delete a note from a card |

Channel

| Operation | Description | | --------- | ------------------------- | | Get Many | Retrieve multiple channels |

Chatbot

| Operation | Description | | --------- | ------------------------ | | Get Many | Retrieve multiple chatbots | | Execute | Execute a chatbot |

Contact

| Operation | Description | | ---------------------- | ---------------------------------------- | | Get Many | Retrieve multiple contacts | | Create | Create a new contact | | Filter | Filter contacts by criteria | | Get by Phone | Retrieve a contact by phone number | | Update by Phone | Update a contact by phone number | | Get by ID | Retrieve a contact by ID | | Update by ID | Update a contact by ID | | Manage Tags by Phone | Add or remove tags using phone number | | Manage Tags by ID | Add or remove tags using contact ID | | Batch Save | Save multiple contacts at once | | List Custom Fields | List custom fields for contacts |

Conversation

| Operation | Description | | -------------- | ---------------------------------- | | Get Many | Retrieve multiple conversations | | Get | Retrieve a single conversation | | Transfer | Transfer a conversation | | Assign User | Assign a user to a conversation | | Complete | Mark a conversation as complete | | Change Status | Change the status of a conversation | | Partial Update | Partially update a conversation |

Custom Field

| Operation | Description | | --------- | ----------------------------- | | Get Many | Retrieve multiple custom fields |

Department

| Operation | Description | | -------------- | ---------------------------------- | | Create | Create a new department | | Get Many | Retrieve multiple departments | | Get | Retrieve a single department | | Update | Update a department | | Delete | Delete a department | | Update Agents | Update agents in a department | | List Channels | List channels in a department |

File

| Operation | Description | | ---------------- | ------------------------------ | | Get Upload URL | Get a pre-signed URL for upload | | Save | Save an uploaded file |

Message

| Operation | Description | | ------------------------------- | -------------------------------------------- | | Send (Async) | Send a message asynchronously | | Send (Sync) | Send a message synchronously | | Get | Retrieve a single message | | Get Status | Get the delivery status of a message | | Delete | Delete a message | | Get Many | Retrieve multiple messages | | Send Session Message (Async) | Send a session message asynchronously | | Send Session Message (Sync) | Send a session message synchronously | | List Session Messages | List messages in a session |

Portfolio

| Operation | Description | | -------------------- | --------------------------------------- | | Get Many | Retrieve multiple portfolios | | List Contacts | List contacts in a portfolio | | Add Contact | Add a contact to a portfolio | | Remove Contact | Remove a contact from a portfolio | | Batch Add Contacts | Add multiple contacts to a portfolio | | Batch Remove Contacts | Remove multiple contacts from a portfolio |

Scheduled Message

| Operation | Description | | ------------ | ------------------------------------ | | Get Many | Retrieve multiple scheduled messages | | Create | Create a new scheduled message | | Get | Retrieve a single scheduled message | | Update | Update a scheduled message | | Cancel | Cancel a scheduled message | | Batch Cancel | Cancel multiple scheduled messages |

Tag

| Operation | Description | | --------- | ----------------------- | | Get Many | Retrieve multiple tags |

Webhook

| Operation | Description | | --------------------- | ----------------------------------- | | List Events | List available webhook events | | List Subscriptions | List existing webhook subscriptions | | Create Subscription | Create a new webhook subscription | | Get Subscription | Retrieve a webhook subscription | | Update Subscription | Update a webhook subscription | | Delete Subscription | Delete a webhook subscription |

API Documentation

Full FrontCRM API reference: https://flwchat.readme.io/reference

License

MIT