mail_createAutoreplyV1
Create an automatic reply for a mailbox. Optionally set when it starts and stops.
Instructions
Create an automatic reply for the given mailbox. A mailbox can have
only one autoreply. 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 | |
| mailboxId | Yes | Mailbox resource ID | |
| starts_at | No | When the autoreply becomes active. Defaults to now. | |
| display_name | No | Sender display name used for the reply |