Skip to content

Latest commit

 

History

History
90 lines (69 loc) · 2.57 KB

File metadata and controls

90 lines (69 loc) · 2.57 KB

n8n-nodes-prey

n8n.io - Workflow Automation Prey

npm version npm downloads license GitHub last commit

This is an n8n community node that lets you work with the Prey Developer API in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Usage notes Compatibility Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Account
    • Get account
  • Users
    • List users
    • Get user
  • Devices
    • List devices
    • Get device
    • Get device location history (JSON or CSV)
    • List device reports
    • Get device report
    • Trigger device action (alarm/alert/lock)
    • Set device status (missing/recovered)
    • Delete device
  • Labels
    • List labels
    • Get label
    • Create label
  • Zones
    • List zones
    • Get zone
    • Create zone
    • Update zone
  • Automations
    • List automations
    • Get automation
  • Mass Actions
    • List mass actions
    • Get mass action

Credentials

This node uses API Key authentication.

API Key

  1. Go to Prey Control Panel → Settings → Developer API.
  2. Create an API key (you can set permissions and expiration).
  3. Use the API key in the Prey API credential inside n8n.

Note: Creating API keys requires a Personal, Business, or Education plan.

The credential includes a Permission Level field (Read-only or Read & Write) to hide write operations when the key is read-only.

Usage notes

  • The Prey Developer API is currently in Beta and has fewer write endpoints than read ones.
  • Rate limits are per API key:
    • 2 requests/second
    • 60 requests/minute
    • 10,000 requests/hour

Compatibility

Compatible with n8n@1.60.0 or later

Resources