Export Connectors
Push data from the Productsup platform to external destinations.
What is it? Export Connectors push data from the Productsup platform to external destinations. They can send to APIs, generate custom file formats, or upload to various storage solutions.
How it works. Export Connectors require an export template that defines the data structure and attributes. Users map their data to these attributes through the platform UI. The connector receives each item as key-value pairs and handles delivery to the destination. They can be enabled globally or limited to specific users.
Export-delta connectors include additional functionality to identify item status (new, modified, deleted, unchanged) compared to the previous run, optimizing API calls by sending only changed items.
Connectors are self-contained applications that run on Productsup infrastructure and can be built by clients, system integrators or as a service by Productsup.
You can read the technical documentation here.
How is this guide?