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
See also Workflow patterns for approve-then-send, retries, and
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