LearnAI
Module 3 · Automation without code (Pro) · Lesson 1/4
← Back to catalog
Task

Design automation

Describe the automation as JSON {"trigger": "...", "steps": [strings], "result": "..."}. JSON only.

Unlock access to submit solutions for instant AI review.Start for free
No-code automation (n8n, Make)
💡 A bit of theory

Any automation = trigger → steps → result. Describe it with this structure and you can assemble it in n8n/Make without code, simply connecting nodes.

How it's graded · passing score 70

  • 1Valid JSON without text around it30%
  • 2There are trigger, steps, result40%
  • 3Trigger, steps and result are logical30%
Your promptClaude ⌄