Reject a pending send
approval_decideReject a pending email approval to prevent delivery. Use the approval ID and decision 'reject'; approving requires an owner or admin session at the review URL.
Instructions
Reject a send that is waiting for human approval, so it is never delivered. decision accepts only "reject". Approving is deliberately not available over MCP — it requires a signed-in browser session with an owner or admin role, at the review_url of the approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional reason, stored on the audit record. | |
| decision | Yes | Only "reject" is accepted. Approving requires the review page. | |
| approval_id | Yes | The approval_id returned by a gated send (status: "pending_approval"). |