Workflow Review
Human-in-the-loop review — list, approve, reject, edit, and retry pending workflow actions.
Tools (6)
Section titled “Tools (6)”list_pending_reviews
Section titled “list_pending_reviews”Full name: campaignstack_list_pending_reviews
List pending workflow review actions requiring human approval. Returns entries with lead details, crafted content, campaign/workflow context. Use campaignstack_approve_review, campaignstack_reject_review, or campaignstack_edit_and_approve_review to act on entries.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | Yes | — | (min length: 1) |
limit | integer | No | 20 | (min: 1, max: 100) |
cursor | string | No | — |
count_pending_reviews
Section titled “count_pending_reviews”Full name: campaignstack_count_pending_reviews
Count pending workflow review actions in a workspace. Returns the total number of entries awaiting human approval.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | Yes | — | (min length: 1) |
approve_review
Section titled “approve_review”Full name: campaignstack_approve_review
Approve a pending review entry. The lead advances to the next workflow node via the ‘approved’ edge. Use campaignstack_list_pending_reviews to find entry IDs.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
entryId | string | Yes | — | (min length: 1) |
workspaceId | string | Yes | — | (min length: 1) |
reject_review
Section titled “reject_review”Full name: campaignstack_reject_review
Reject a pending review entry. The lead follows the ‘rejected’ edge in the workflow.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
entryId | string | Yes | — | (min length: 1) |
workspaceId | string | Yes | — | (min length: 1) |
edit_and_approve_review
Section titled “edit_and_approve_review”Full name: campaignstack_edit_and_approve_review
Edit the AI-generated content and approve the review entry. The original content is preserved for audit trail. The lead advances via the ‘approved’ edge.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
entryId | string | Yes | — | (min length: 1) |
workspaceId | string | Yes | — | (min length: 1) |
updatedContent | object | Yes | — |
retry_review
Section titled “retry_review”Full name: campaignstack_retry_review
Retry AI content generation for a pending review entry. The entry returns to PROCESSING while the AI regenerates, then comes back to PENDING_REVIEW with new content.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
entryId | string | Yes | — | (min length: 1) |
workspaceId | string | Yes | — | (min length: 1) |