Transformation Template
Use this template to adapt request/response shape between client and upstream systems.
Default pattern
http_trigger -> proxy_node/http_request_node -> set_node -> response_node
Configure
- Keep client-facing schema in proxy contract.
- Map request fields for upstream format.
- Map upstream response back to client-safe schema.
- Add conditional branches for version/partner-specific mappings.
Verify
- V1 and v2 request samples return expected schema versions
- Unsupported mapping path returns controlled error
XML templates
The product ships template starters for XML → JSON (parse incoming XML from the HTTP trigger body) and JSON → XML (return an XML body with Content-Type: application/xml). Both use the XML node. Pick them from the workflow template gallery when creating a proxy workflow.