Features
Templates
Eight ready-made workflows you can clone into your account in one click.
The Templates gallery is the fastest path from an empty account to a working workflow. Every template is a complete, runnable graph - open Templates from the sidebar, pick one, and click Use template.
What happens when you use one
Instantiating a template creates a brand-new workflow with fresh node ids, fully independent of the template and of any other instantiation:
- If the template includes a Webhook trigger, the new workflow gets its own freshly generated secret - never shared between instantiations of the same template.
- Any node that needs a credential is created without one attached; its dialog prompts you to connect a credential the first time you open it.
The eight seed templates
| Template | What it does |
|---|---|
| Site health check alert | Every 5 minutes, hit a health endpoint and post the HTTP status to Slack. |
| Scheduled HTTP report to Discord | On a daily schedule, fetch a report endpoint and post the response to Discord. |
| Form submission summarizer | When a Google Form is submitted, have OpenAI write a short summary and drop it in Slack. |
| Fetch, analyze with Gemini, post to Slack | On demand: fetch an API endpoint, have Gemini call out anything notable, and share the analysis in Slack. |
| Stripe sale alert to Slack | Post a Slack message the moment a Stripe event lands - payments, subscriptions, refunds. |
| Classify inbound payloads with Claude | Receive a payload on a webhook, have Anthropic classify it (lead, support, spam, other), and post the verdict to Discord. |
| Webhook echo to Slack | The simplest possible pipeline - whatever JSON you POST gets echoed into Slack verbatim. Good for testing your first integration. |
| Webhook to Slack notification | Receive any POST request and forward the payload to a Slack channel. |
Related
- Getting started - the same webhook-to-Slack shape, built by hand instead of cloned.
- Import/export - templates and JSON export share the same underlying workflow document shape.
- Credentials - connecting whatever a template's nodes ask for on first open.