5 verified templates

All automation examples

Everything on this site in one place: the workflow files you can download, the automation guides, and the platform comparison. Every published template is built and run on a real instance, then re-import-verified.

By platform

By business task

Automation guides

Latest verified templates

Frequently asked questions

What is AI automation?

AI automation is a workflow in which a language or vision model does the judgement step that used to need a person — reading a message, classifying it, summarising it, extracting fields, or deciding which branch to take — while the surrounding steps still move data between your apps deterministically. The automation platform handles triggers, retries and logging; the model handles only the part that needs interpretation.

What are some examples of workflow automation?

The common ones are: a web form posting a lead into a spreadsheet and alerting sales in Slack; an RSS feed or blog post being turned into scheduled social posts; a meeting transcript becoming a summary with action items; incoming email being classified and routed to the right queue; and a nightly job pulling analytics into a report. Each is a trigger, a few data steps, and one action.

How do you automate Google Sheets?

You connect Sheets to an automation platform with OAuth, then use it as either end of a workflow: as a destination, an Append Row step writes each incoming webhook, form or email into a sheet; as a source, a schedule reads new rows and pushes them to another app. n8n, Zapier and Make all ship a Google Sheets node, so no code is required.

Do I need to write code to build these?

No. Every example on this page is built by connecting nodes on a canvas. A code step exists on all three platforms for custom logic, but it is optional — of the five workflow files published here, only one uses a Code node, and it is a short validation snippet you can edit in place.