Edit a pending send
approval_updateUpdate subject or body of an email awaiting approval so reviewers see your edits before approving.
Instructions
Change the subject or body of a send that is waiting for human approval. The message still has to be approved afterwards, and the reviewer sees the edited version. Subject can only be set on operations that carry one (email_send, schedule_create).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | No | Replacement subject line. | |
| body_html | No | Replacement HTML body. | |
| body_text | No | Replacement plain-text body. | |
| approval_id | Yes | The approval_id returned by a gated send (status: "pending_approval"). |