/gmail/v1/users/{userId}/settings/vacation
PUT
/gmail/v1/users/{userId}/settings/vacationUpdates vacation responder settings.
Request
User's email address. The special value "me" can be used to indicate the authenticated user.
Flag that controls whether Gmail automatically replies to messages.
An optional end time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives before the end time. If both startTime
and endTime
are specified, startTime
must precede endTime
.
Response body in HTML format. Gmail will sanitize the HTML before storing it. If both response_body_plain_text
and response_body_html
are specified, response_body_html
will be used.
Response body in plain text format. If both response_body_plain_text
and response_body_html
are specified, response_body_html
will be used.
Optional text to prepend to the subject line in vacation responses. In order to enable auto-replies, either the response subject or the response body must be nonempty.
Flag that determines whether responses are sent to recipients who are not in the user's list of contacts.
Flag that determines whether responses are sent to recipients who are outside of the user's domain. This feature is only available for Google Workspace users.
An optional start time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives after the start time. If both startTime
and endTime
are specified, startTime
must precede endTime
.
Request samples
Responses
Flag that controls whether Gmail automatically replies to messages.
An optional end time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives before the end time. If both startTime
and endTime
are specified, startTime
must precede endTime
.
Response body in HTML format. Gmail will sanitize the HTML before storing it. If both response_body_plain_text
and response_body_html
are specified, response_body_html
will be used.
Response body in plain text format. If both response_body_plain_text
and response_body_html
are specified, response_body_html
will be used.
Optional text to prepend to the subject line in vacation responses. In order to enable auto-replies, either the response subject or the response body must be nonempty.
Flag that determines whether responses are sent to recipients who are not in the user's list of contacts.
Flag that determines whether responses are sent to recipients who are outside of the user's domain. This feature is only available for Google Workspace users.
An optional start time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives after the start time. If both startTime
and endTime
are specified, startTime
must precede endTime
.
{
"enableAutoReply": true,
"endTime": "string",
"responseBodyHtml": "string",
"responseBodyPlainText": "string",
"responseSubject": "string",
"restrictToContacts": true,
"restrictToDomain": true,
"startTime": "string"
}