Schedule a pending send
approval_scheduleSet a future delivery time for an email awaiting approval, determining when the approved message will be sent.
Instructions
Set the delivery time of a send that is waiting for human approval. Nothing is queued until it is approved; this only decides when an approved message goes out. send_at must be in the future.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| send_at | Yes | ISO 8601 timestamp with timezone, in the future. | |
| approval_id | Yes | The approval_id returned by a gated send (status: "pending_approval"). |