Description
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
-
Generate an API Key: Visit the RogerRoger API Admin to create your API key.
-
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.
-
Select a Resource:
- Choose one of the available resources you want to interact with: Person, Organization, or Task.
-
Choose an Operation:
- Select the operation you wish to perform (e.g., Get, Create, Update, Delete).
- Provide the necessary data for the selected operation.
-
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