Integrations on Tealfabric usually span three layers: connectors for external systems, Process Flow for orchestration, and tenant data for inputs and outputs.
Start from a connector capability
Pick a connector that matches your source or sink (REST, files, SaaS APIs). Configure credentials in the platform console, then reference the connector from a process step.
Orchestrate with Process Flow
Use steps to validate input, call the connector, transform results, and route errors. Keep side effects idempotent where possible — retries are common in long-running flows.
Publish artifacts publicly
When a flow produces customer-facing files, you can expose them through the public docs gateway without duplicating bytes. See the Library guide on public file downloads for the full model.
Questions? Ask in the Library or open a support thread from your tenant console.
