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
Integrations quickstart
Understand connections, MCP instances, and how mcp_call steps bind to instances.
Install connectors
Each guide lists required adapters. Install them from MCP (Add instance), wire connections on Instance config, then build the workflow.
Workflow Studio
Author graphs in Workflow Studio. Use the JSON cookbook if you prefer editing raw JSON.
Patterns behind these guides
| Pattern | Guides using it |
|---|---|
| Webhook → store → notify | Form digest, lead sync |
| External event → lookup → message | Shopify → WhatsApp |
| Fetch → LLM → human → action | GitHub PR review |
| Schedule → query → summarize → email | Postgres weekly report |
for_each fan-out.
Related
- Feature availability — preview, API-only, and placeholder features
- Connector catalog — all adapters and common patterns
- Inbound webhooks — trigger runs from external systems
- Command Center — complete human tasks in multi-step guides