update_vacation
Modify Gmail vacation responder settings, including auto-reply enablement, subject, message body, and restrictions for contacts or domain users, with specified start and end times.
Instructions
Update vacation responder settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enableAutoReply | Yes | Whether the vacation responder is enabled | |
endTime | No | End time for sending auto-replies (epoch ms) | |
responseBodyPlainText | Yes | Response body in plain text format | |
responseSubject | No | Optional subject line for the vacation responder auto-reply | |
restrictToContacts | No | Whether responses are only sent to contacts | |
restrictToDomain | No | Whether responses are only sent to users in the same domain | |
startTime | No | Start time for sending auto-replies (epoch ms) |