mail_updateAutoreplyV1
Update an email autoreply by setting its subject, body, and schedule. Omit optional fields to clear them; start now or set indefinite.
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 |