gmail_set_vacation
Manage Gmail vacation auto-reply: enable or disable, set schedule, response content, and recipient restrictions for any Google account.
Instructions
Configure the vacation auto-reply settings. Can enable or disable the vacation responder. Enabling requires confirmation. Requires settings scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Required when enabling vacation responder. Safety gate. | |
| endTime | No | End time for vacation responder (epoch milliseconds) | |
| accountId | Yes | The Google account ID, alias, or email | |
| startTime | No | Start time for vacation responder (epoch milliseconds) | |
| enableAutoReply | Yes | Whether to enable the vacation auto-reply | |
| responseSubject | No | Subject line for the auto-reply | |
| responseBodyHtml | No | HTML body of the auto-reply (optional) | |
| restrictToDomain | No | Only send auto-reply to people in the same domain | |
| restrictToContacts | No | Only send auto-reply to people in contacts | |
| responseBodyPlainText | No | Plain text body of the auto-reply |