Connectors
Every system Smart Data Studio connects to, in and out of WFX. Each has a live technical reference; the fuller written guides are filling in over time.
WFX PLM — discover schema, pull items, run sync against /item and /itemcosting.
id.codes — push products as Digital Product Passports via an idempotent upsert (matched on GTIN / URI / dpp_id).
Generic webhook target — receives mapped flat JSON via POST.
Hosted snapshot feed for Power BI — the pipeline keeps a current-values table up to date; Power BI reads it via Get Data → Web.
Hosted pull API another system syncs FROM — consumers poll a cursor-based changes endpoint (replayable, multi-consumer safe) with snapshot + status alongside. Supersedes the legacy Pull endpoint.
Push your mapped records to any HTTP API you define — choose the method, the URL (with {{field}} tokens), headers, authentication, and optional request signing. The generic sibling of the Webhook connector.