mail_updateAutoreplyV1
Update an email autoreply with a new subject and body, and optionally set start and end times. Omit schedule fields to clear them or set indefinite activation.
Instructions
Replace the autoreply with the given content and schedule. Omitted
optional fields are cleared: omit starts_at to activate the
autoreply immediately and omit ends_at to keep it active
indefinitely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Body of the automatic reply | |
| ends_at | No | When the autoreply stops. Omit for an indefinite autoreply. | |
| subject | Yes | Subject of the automatic reply | |
| starts_at | No | When the autoreply becomes active. Defaults to now. | |
| autoreplyId | Yes | Autoreply resource ID | |
| display_name | No | Sender display name used for the reply |