n8n-nodes-fox
v0.1.18
Published
Interact with the Fox API from n8n workflows for managing innovative R&D projects and file operations.
Downloads
67
Maintainers
Readme
n8n-nodes-fox
Interact with the Fox API from your n8n workflows. This node package allows you to automate project management, monitor status changes, and trigger actions for innovative R&D projects via the Fox API.
Author: Leon Chemnitz
Installation
To install this community node, follow the n8n community nodes installation guide.
Supported Nodes
This package includes three nodes for comprehensive Fox API integration:
Fox Project
Comprehensive project management operations including:
- Get all projects and project details
- Create, update, rename, copy, and delete projects
- Project versioning and restoration
- Work package management
- Project schema and examples
Fox Action Trigger
Webhook-based trigger for Fox actions:
- Automatically creates and manages webhooks
- Listens for
action.triggeredevents - Filters by specific action ID
- Returns action execution data
Fox Status Change
Webhook-based trigger for project status changes:
- Monitors project state transitions
- Filters by previous and new status
- Supports all project states: idea, draft, for_sale, under_review, success, faulty
- Returns project change information
Credentials
You need a Fox API account. The following credentials are required:
- API URL - The base URL for your Fox API instance
- Access Token - Your Fox API access token
Usage
Fox Project Node
Use the Fox Project node to manage your R&D projects:
- Get Projects: Retrieve all projects or specific project details
- Create Project: Start new innovative projects with draft data
- Update Project: Modify project status, research data, and work packages
- Version Management: Create versions and restore previous project states
- Work Packages: Submit and manage work package lists
Fox Action Trigger
Set up automated workflows triggered by Fox actions:
- Select the action you want to monitor
- The node automatically creates a webhook
- When the action is triggered, your workflow executes
- Access action data including project info and execution details
Fox Status Change
Monitor project status transitions:
- Configure filters for previous and new status
- The node creates a webhook for status change events
- Your workflow triggers when projects change state
- Access project change information including who made the change
Resources
Version History
- v0.1.0: Initial release
