Getting Started

Getting started with Cargo

Cargo is a powerful platform that helps you automate your data processing and orchestrate your workflows. Watch this video to learn how to get started with Cargo.

Connectors

How to connect your tools to your Cargo workspace?

Connecting to API integrations is a crucial step for all beginners on Cargo, so we've created a video to guide you through the process. Check out the explainer on the section on Cargos's third-party connectors.


Orchestration

How does the expressions preview work?

Previewing your data inside an expression helps you understand how Cargo will process it without running the entire workflow. This feature is essential for building and debugging your execution flow. Check out this explainer on workflow design concepts.


Expressions

How to check if a value is present in a node's output?

Checking if a value exists (i.e. it isn't null or undefined) in your data is a common operation in Cargo. This question comes up frequently, so we've prepared a video to help you learn how to do it efficiently. Dive deeper into Cargo's expression template.