Guides

Step-by-step walkthroughs for building real workflows. Each guide results in a deployed, working automation by the end.

Quick-Start Templates

Ready-to-use workflows you can create with one click — Echo Server, Hello World API, API Proxy, JSON Reshaper, Conditional Alert, Data Enrichment, and Custom Python Processor.

Quick-Start Templates — Seven beginner-to-intermediate templates covering webhooks, data transformation, conditional routing, API integration, and custom Python processing.

  • Uses: Webhook Trigger, Transform, HTTP Request, If, Code, Return, Stop
  • Time: ~5 minutes per template

Getting Started

If this is your first workflow, start here:

Send Email on Trigger — The simplest useful workflow. Run it manually and it sends a personalized email. Good for verifying your full setup end-to-end.

  • Uses: Manual Trigger, Code, Send Email
  • Time: ~10 minutes

Automation Workflows

Webhook Automation — Receive a GitHub push event, extract commit data, and send a team notification email with HMAC verification.

  • Uses: Webhook Trigger, Transform, Code, Send Email
  • Time: ~15 minutes

API Workflows

Build a REST API Endpoint — Expose an authenticated HTTP endpoint that accepts a POST request, calls an external service, and returns a JSON response synchronously.

  • Uses: API Endpoint Trigger, HTTP Request, Transform, Return
  • Time: ~10 minutes

Advanced

Chain Workflows with Subworkflow — Compose a pipeline from three separate workflows — a parent that calls two child workflows in sequence.

  • Uses: Webhook Trigger, Subworkflow, Manual Trigger, If, Return
  • Time: ~20 minutes

All guides assume you have the CLI installed and a Tensorify workspace set up. If you haven't done that yet, follow the Quick Start first.

On this page