Skip to main content
Operations are the building blocks of flows. You can create custom operations to extend automation capabilities.

Creating an Operation

Operation Structure

App Component

Create a UI component for configuring the operation:

Built-in Operations

Directus includes operations for:
  • Item CRUD
  • HTTP requests
  • Email sending
  • Conditional logic
  • Data transformation
  • Logging
  • And more…

Next Steps

Hooks

Create server hooks

Endpoints

Create API endpoints