Documentation & Resources
Get Started
Complete setup guide for connecting Directus with n8n. Install the community node, configure authentication, and start building automated workflows and integrations.
Actions
Complete reference for using Directus node actions in n8n, covering operations for Items, Users, and Files with practical examples and best practices.
Triggers
Automate n8n workflows with Directus triggers. Set up event-based automation for Items, Users, and Files with automatic webhook configuration.
Advanced Operations
Master advanced Directus operations in n8n using raw JSON for complex filters, relational queries, and full API control.
Overview
The Directus n8n integration provides two main components for workflow automation:
Directus Node enables you to perform actions on your Directus data including creating, reading, updating, and deleting items across collections, managing users and invitations, and handling file uploads and imports. It supports both simple form-based operations and advanced raw JSON operations with full access to Directus's native filter syntax, logical operators (_and, _or), relational queries, aggregation, and query parameters.
Directus Trigger Node automatically starts workflows when events occur in your Directus instance. Set up triggers for item creation, updates, and deletion across any collection, user management events, and file uploads. Triggers use webhooks that are automatically created and managed in your Directus instance, enabling real-time automation and event-driven workflows.