Tutorial group
Special integrations
Flows that carry non-text payloads or bridge protocols that do not naturally meet: a document posted as base64 over an API, landed as a real binary file on SFTP.
Most tutorials move structured text between systems that broadly agree on shape. These cover the awkward cases instead: a payload that is not text at all, or a pair of protocols that were never designed to talk to each other, where the work is a pipeline component doing a transform no map can express.
Base64 PDF to SFTP drop. An API Listener publishes a base64-encoded PDF, a pipeline component decodes it back to the original bytes, and an SFTP Caller drops the file where an older archive can read it.