Sample Use Case and Flow

This article presents a possible use case and corresponding sample flow that you can support. This can be a helpful jumping off point as you plan your implementation.

Retrieve tomorrow's scheduled review requests and cancel those for specific items

You can retrieve a list of all review requests scheduled to be sent tomorrow. This enables you to preview and manage these requests before they are sent.

To retrieve tomorrow's review requests:

  1. Call Query Review Requests with a filter for sendDate of tomorrow.
  2. Review the list and note if any review requests should be canceled for specific items.
  3. Cancel any unnecessary requests by calling Bulk Cancel Review Request By Filter with a filter for review requests containing those specific items.
Did this help?