Skip to main content
These guides walk through complete workflows you can build in the Console. Each one connects multiple MCP adapters, shows per-step JSON, includes a full workflow graph for copy-paste, and links to connector setup pages. Connector pages document individual tools. These guides show how to combine them into production outcomes.

Pick a guide

Form webhook → Postgres → Resend digest

Capture form submissions, store them, and email a daily summary to your team.

Shopify order → WhatsApp template

Notify customers when an order ships using an approved WhatsApp template.

GitHub PR → LLM review → comment

Summarize a pull request with an LLM, get human approval, and post the review on GitHub.

Scheduled Postgres → Gmail report

Run a weekly SQL report, generate a narrative with an LLM, and email stakeholders.

Lead webhook → ActiveCampaign + Notion

Sync inbound leads to your CRM and log every submission in a Notion database.

What you need first

1

Integrations quickstart

Understand connections, MCP instances, and how mcp_call steps bind to instances.
2

Install connectors

Each guide lists required adapters. Install them from MCP (Add instance), wire connections on Instance config, then build the workflow.
3

Workflow Studio

Author graphs in Workflow Studio. Use the JSON cookbook if you prefer editing raw JSON.

Patterns behind these guides

PatternGuides using it
Webhook → store → notifyForm digest, lead sync
External event → lookup → messageShopify → WhatsApp
Fetch → LLM → human → actionGitHub PR review
Schedule → query → summarize → emailPostgres weekly report
See also Workflow patterns for approve-then-send, retries, and for_each fan-out.