Getting started
The smallest complete integrations: one receive port to one send port, with a map and a failure alert.
Start here. Each tutorial is an end-to-end flow you can build in one sitting, introducing one core idea at a time: intake, scheduled push, scheduled report, import, and export.
Online order intake. JSON to an API Listener, mapped to a canonical Order and inserted by a SQL Caller.
Shipment status push. A Scheduler picks up new status rows and an API Caller pushes each to the storefront.
Daily sales report. A 06:00 tick aggregates yesterday's sales and emails a formatted report.
Supplier price list import. A nightly SFTP download, CSV disassembled to canonical, upserted by a SQL Caller.
Inventory export to 3PL. A scheduled SQL extract shaped to a flat file and written atomically over SFTP.