Review a pending send
approval_reviewRetrieve full email content and body for a pending approval to display in a review card. Read-only; approval happens on the linked review page.
Instructions
Fetch the full contents of a send that is waiting for human approval, including its body, so it can be shown in the review card. Read-only. Approving is not possible from here: it requires the signed-in review page linked as review_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| approval_id | Yes | The approval_id returned by a gated send (status: "pending_approval"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | No | Which card this envelope renders: 'outbound_review' or 'receipt'. | |
| state | No | Where the request stands: pending, approved, rejected, expired or sent. | |
| dashboard_url | No | Absolute link to the signed-in approvals page. Always present, and the one link that still works when the rest of the envelope cannot be parsed. | |
| schema_version | No | Card envelope version. A client that does not know this version should fall back to dashboard_url. |