AI automation & no-code

Automate workflows with n8n / Zapier / Make

Triggers, actions, branching, error handling, connecting SaaS tools via APIs and webhooks.

~12 focused hours·beginner

Tools: n8n, Zapier, Make, Webhooks/REST APIs

Market relevance — share of job ads asking for this
What employers mean

You should be able to…

  1. Build a multi-step workflow with triggers, branching logic and error handling
  2. Connect SaaS tools via native integrations, REST APIs, or webhooks
  3. Design retry/exception-handling strategy so a broken step doesn't silently fail the flow
  4. Choose the right tool (n8n vs Zapier vs Make) for a given use case and budget
  5. Version and document a workflow so someone else could maintain it
  6. Test a workflow end to end including failure paths (rate limits, bad input, timeouts)
Learn — free, link-checked

The few resources that matter

Practice

Automated UPI payment-failure follow-up workflow

Build an n8n (or Zapier) workflow that watches for failed UPI transaction webhooks (simulate with a form or scheduled trigger), branches by failure reason (insufficient balance, bank timeout, wrong PIN), and sends a tailored follow-up message via email/WhatsApp API for each branch, with retry logic and a logged error path for unhandled cases.

Done when
  • Workflow has at least 3 distinct branches based on failure reason
  • Retry logic exists for at least one step that calls an external API
  • Unhandled/error cases are logged (to a sheet or database) rather than silently dropped
  • Workflow is exported (JSON) and documented with a README explaining each step
Prove it

Evidence a recruiter can check

  • Exported workflow JSON in a public repo
  • README documenting triggers, branches and error handling
  • Screen-recording of the workflow running end to end, including a failure path
Interview

Questions you'll get asked

  1. Walk me through a multi-step automation you built — what happens when one step fails?
  2. When would you choose n8n over Zapier for a client, and why?
  3. How do you handle rate limits or API failures inside an automated workflow?
  4. How do you document a workflow so a teammate could maintain it after you leave?
  5. Tell me about the most complex branching logic you've built in a no-code tool.
See where you stand for AI Automation Specialist