Guides
Step-by-step instructions for common DRAGOPS tasks and workflows.
Guides walk you through specific tasks in DRAGOPS. Each guide focuses on one topic and includes everything you need to complete it.
Getting started
Your first pattern
Build a webhook-triggered pattern from scratch.
Deploy a pattern
Take a pattern from the editor to production.
Working with data
Work with JSON
Parse, build, and transform JSON data in your patterns.
Make HTTP requests
Call external APIs with authentication and headers.
Control flow
Handle errors
Use Try / Catch, On Error, and Retry for resilient patterns.
Use parallel execution
Process collections concurrently with For Each Parallel.
Advanced
Call patterns from patterns
Compose workflows with typed inputs and outputs.
Use variables
Manage state within an execution.
Connect external services
Set up OAuth connections and use secrets.
Schedule a recurring task
Automate periodic jobs with cron expressions.
Import and export patterns
Share patterns as JSON files.
Send custom webhook responses
Return custom HTTP responses from webhooks.