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