GuidePlatformv1
Human Moderation
Pause an automation until a person approves or denies via a moderation queue link.
The Human Interaction app pauses an automation, sends a moderation link to a person, and resumes after they approve or deny. The queue UI is fully customizable — button labels, header text, dialog title — and supports rich HTML descriptions with images and links.
Claude reaches for this pattern when the intent mentions human approval, review, moderation, decision gates, or approve/deny workflows.
Action sequence
- Get moderation request link — writes an item to the queue, returns a URL.
- Await human moderation — suspends the automation until the item is decided.
- (Optional) Configure moderation queue UI — per-scope label, header, and dialog overrides.
When the moderator clicks approve/deny, the automation resumes with the decision available as a trigger output.
Related docs
Last updated May 4, 2026