AI with Michal

Workflow automation

Connecting triggers, APIs, and human steps (often via tools like Make or n8n) so recruiting work moves between ATS, email, sheets, and models without retyping the same data.

Michal Juhas · Last reviewed May 2, 2026

Who this is for

Ops-minded recruiters, sourcing engineers, and TA leaders ready to move from demos to monitored production flows.

In practice

  • Idempotency: running the scenario twice should not duplicate hires or emails.
  • Dry runs: send to internal testers with fake data before candidates.
  • Kill switch: one owner can disable the scenario without redeploying the whole stack.

Where it breaks

Unversioned prompts inside automation, missing GDPR DPIAs, or dashboards nobody watches so errors pile up for weeks.

From recent workshops

Sourcing automation cohorts emphasize skills living in project folders, provider choice (examples like Core Signal, Bright Data, ContactOut come up as illustrations, not endorsements), and honest stories when an API change broke a shortlist. Automation rewards boring reliability more than flashy demos.

Manual chain versus automation

StageManualAutomated
Prompt iterationFastDangerous if unbounded
Stable scoringTediousGreat fit
Candidate emailReview eachHigh risk

Related on this site

Frequently asked questions

What is a sensible first automation in TA?
Low-risk internals: notify a Slack channel when a req opens, sync interview feedback reminders, or append structured screening notes to a tracker. Prove reliability before customer-facing sends.
Why do workshops warn about API keys and storage?
Because automated pipelines copy personal data between systems. A leaked key or mis-mapped field can broadcast candidate rows. Treat keys like production secrets, rotate them, and log access.
When is a webhook "overkill"?
When the process changes weekly, when only one person understands the flow, or when you have not validated prompts yet. Manual prompt chains beat brittle automation.
How does this differ from "just prompting"?
Prompting changes text in a thread. Automation moves state between systems: creates rows, updates stages, schedules tasks. Sourcing automation workshops separate the two so teams do not confuse demo speed with production safety.
What failure modes show up in live sessions?
Silent partial runs, duplicate rows, vendor rate limits, and GDPR questions about where enrichments live. Always add alerting and a human inbox for errors.
Which tools do teams evaluate first here?
Explore n8n for automations and pair with ChatGPT or Claude for generation steps. Read AI sourcing tools for recruiters before you chain vendors.
Where can we learn safely with peers?
Join a workshop to see end-to-end patterns, then deepen with membership. The foundation course stays recruiter-native before heavy integration.

← Back to AI glossary in practice