← Help Center

Human-in-the-loop approval

A scenario can pause and ask a human: drafts for approval and continuation after a decision.

Not everything should be done automatically. The approval node pauses the scenario until a human reviews the result.

How it works

  1. In the editor, add a Human approval node where a human decision is needed.
  2. When execution reaches the node, a draft is created (for example, an AI-generated email to a client) and the scenario waits.
  3. The responsible person sees the draft in the approval list: Approve — the scenario continues (the email is sent); Reject — the branch stops.
Approval

Where it's appropriate

  • AI responses to clients — check everything for the first month, then trust typical ones;
  • actions involving money (discount, refund);
  • mass mailings.

Read more