cancel-scheduled-send
Cancel a pending scheduled send in Apple Mail by providing the schedule ID. Requires user confirmation to prevent accidental cancellation.
Instructions
Use when: preventing one pending Apple Mail scheduled send after the user explicitly confirms the exact schedule_id. Returns: the cancelled schedule and leaves the original draft in Drafts. Do not use when: the job is already sending or terminal. Safety: cancellation prevents a future external action; require explicit confirmation before passing confirmed=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirmed | Yes | ||
| schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| schedule | No |