directus-extension-file-import-operation
v2.0.0
Published
A Directus extension that adds a custom operation to import files from a remote URL.
Downloads
15
Maintainers
Readme
Directus Extension: Import images from external URLs in a Flow
This extension allows you to import images from external URLs in a Flow. It will download the image and store it in the Directus storage.
Installation
Within your Directus project, run the following command:
npm install directus-flow-import-images
Usage
In your Flow, add a new action and select the "Import images from external URLs" action. You can then configure the action with the import URL.
- Create a new action in your Flow
- Select the "File Import" action and configure the action URL
- The action will download the image and store it in the Directus storage, and return the file ID to the next operation