There is no released iPaaS adapter contract
This integration-platform use case is planned and not callable. No production action catalog, trigger subscription, connection component, schema-discovery endpoint, or certified adapter exists for an iPaaS publisher.
- Current evidence: Development services expose some REST records and signed webhook deliveries, while the TypeScript SDK models a subset of requests. There is no external application identity, delegated iPaaS connection, broad resource schema, hosted provider fleet, or long-running trigger conformance.
- Target contract: Map each iPaaS customer connection to one DewEngine workspace and expose only the connected accounts and operations that customer may use; Represent provider-visible writes as idempotent commands whose eventual state can be polled or received as a signed event; Offer cursor-based reads and replayable triggers with versioned schemas, stable identifiers, and raw provider extensions where documented
- Known limits: End-to-end exactly-once execution is not possible across an iPaaS scheduler, DewEngine, networks, and third-party providers; every boundary needs its own deduplication contract; An adapter cannot hide provider eligibility, missing events, asynchronous outcomes, message windows, payload limits, or a platform's own runtime and storage rules
- Release gates: Stabilize the REST and event contracts, scoped application authorization, pagination, error codes, and deprecation policy; Prove idempotency across repeated iPaaS runs, webhook replay, cursor gaps, delayed settlement, credential retirement, and connector upgrades; Publish operation-level provider coverage and pass the chosen integration platform's security, review, and lifecycle requirements