Skip to main content
Pauses journey execution and waits for a human reviewer to submit an Accept or Deny decision. Times out if no decision is submitted within the configured duration. This page documents the Manual Review module, including its variants, capabilities, and the result values it returns.

Manual Review: Manual Review (2-button)

This variant presents the reviewer with two options, Accept and Deny. Journey execution pauses at this module until a reviewer submits a decision or the configured duration elapses. It returns the option the reviewer selected as a zero-based ordinal, which the default outcomes map to an accepted, denied, or timed-out path. Required inputs: Manual review decision.

Capabilities

The module returns the following capabilities.

Manual review decision

Ordinal of the option selected by the reviewer (0-based). -1 = timeout / no decision.

Default outcomes

The module is pre-configured with the following default outcomes, which can be used in evaluation and routing logic within the journey designer.

Input payload

The following is a sample payload used to submit data to the Manual Review (2-button) module for processing.
JSON

Sample response

The following is a sample response returned by the module.
JSON