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

@rogerrogerio/n8n-nodes-rogerroger

v1.10.0

Published

Interact with RogerRoger API for Person, Organization and Task resources

Readme

n8n-nodes-rogerroger

This is an n8n community node. It lets you use RogerRoger in your n8n workflows.

RogerRoger is a collaborative task and communication platform designed to streamline workflows by turning emails and chats into actionable tasks for teams.

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.

Operations

The node supports the following operations:

  • Person
    • Get
    • Get many
    • Create
    • Update
    • Delete
  • Organization
    • Get
    • Get many
    • Create
    • Update
    • Delete
  • Task
    • Get
    • Get many
    • Create
    • Update
    • Delete

Credentials

The node supports the API Key authentication method that is required to authenticate with the RogerRoger API.

Compatibility

Tested against n8n version 1.95.3.

Usage

  1. Generate an API Key: Visit the RogerRoger API Admin to create your API key.

  2. Set Up Credentials in n8n:

    • Navigate to the RogerRoger node in your n8n workflow.
    • Create a new credential and enter the API key you generated.
  3. Select a Resource:

    • Choose one of the available resources you want to interact with: Person, Organization, or Task.
  4. Choose an Operation:

    • Select the operation you wish to perform (e.g., Get, Create, Update, Delete).
    • Provide the necessary data for the selected operation.
  5. Execute the Node:

    • Run the node to perform the selected operations on the RogerRoger platform.

Resources

Version history

  • 1.0.0: Initial release
  • 1.0.1: README updated
  • 1.0.2:
    • Updated README
    • Chore: Moved repository to public Github
    • Text changes to improve consistancy between RogerRoger and N8N
    • Add fields "dueDate" and "organizations" to task resource
  • 1.0.3:
    • Wrong path specified for node in package.json
  • 1.0.4:
    • Wrong path to credentials file specified in package.json
  • 1.0.5:
    • Add credential test code
  • 1.0.6:
    • Fix X-API-KEY header
  • 1.0.7:
    • Update test endpoint
  • 1.0.8:
    • Provide rules for credential test
  • 1.0.9
    • Bump version
  • 1.10.0
    • Added a resource locator to more easily find individual people, organizations, or tasks
    • Improved error reporting by using not only toast notifications but also the output window of n8n
    • Restructured and modularized the code to improve maintainability
    • Get many will now use "return all" and "limit" to provide a list of items