strapi-plugin-data-bridge
v0.1.0
Published
Multi-channel data export module (Webhooks, CSV, JSON) for Strapi 5
Maintainers
Readme
Strapi Plugin: Data Bridge (Export Wizard)
A Strapi 5 plugin that acts as a data bridge, enabling multi-channel content extraction and workflow automation.
Features
- Step-by-Step Wizard UI: Clean and native Strapi 5 v2 design.
- Deep Flat JSON Engine: Recursively flattens nested Strapi structures (components, relations) into dynamic key-value formats optimized for spreadsheets.
- Data Guard & Telemetry Sanitization: Automatic filtering strips sensitive data before dispatching.
- Multi-channel Delivery: Download streamable CSV/JSON directly or route payloads via Smart Webhooks directly to Zapier, Make, Slack etc.
- Interactive Preview Mode: Review the first 5 flattened records in real-time before initiating data transmission.
- History Table: Tracks up to 100 recent operations directly inside internal store without bloating primary database.
Installation
Install the plugin via npm in your core Strapi project:
npm install strapi-plugin-data-bridge