You can use Settings to configure scheduled auto-reply for an account.
For information on how to get or update, see the Settings reference.
Configuring auto-reply
Auto-reply requires a response subject and body, either HTML or plain text. It can be enabled indefinitely, or limited to a defined period of time. You can also restrict auto-reply to known contacts or domain members.
Example of setting an auto-reply for a fixed period of time, restricting replies to users in the same domain:
Java
Python
To disable auto-reply, update the resource and set enableAutoReply
to
false
. If an endTime
is configured, auto-reply will automatically disable
once the specified time has passed.