retriever

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

Package Information

Downloads: 32 weekly / 182 monthly
Latest Version: 0.1.6
Author: n8layer

Documentation

n8n-nodes-retriever

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

Retriever is a device lifecycle management platform that simplifies remote device returns, deployments, and warehousing for IT teams.

This node provides operations for managing deployment orders, device return orders, warehouse devices, and prepaid balances through the Retriever API.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node supports the following operations:

Deployment Order

  • Create Deployment Order: Create a new deployment order to ship a device from the warehouse to an employee
  • Get Deployment Order Details: Fetch details for a single deployment order
  • List Deployment Orders: List all deployment orders with cursor-based pagination

Device Return Order

  • Submit Order: Submit a new device return order for laptops, monitors, or other devices
  • Get Order Details: Fetch details for a single device return order
  • List Orders: List all device return orders sorted by date created (newest first)

Warehouse Device

  • Get Device Details: Fetch details for a single device in your warehouse
  • List Devices: List all devices in your organization's warehouse

Prepaid Balance

  • List Prepaid Balances: Fetch all prepaid balances for your organization

Credentials

To use this node, you'll need to set up API credentials with Retriever. Here's how:

  1. Access your Retriever portal:

  2. Generate API Token:

    • Navigate to your API settings
    • Create a new API token
    • Copy the generated token
  3. In n8n:

    • Create new credentials for "Retriever API"
    • Enter the API Token from your Retriever portal
    • Save the credentials

Compatibility

This node is compatible with n8n version 1.82.0 and above.

Resources

Discussion