set_vacation_response
Set or update your out-of-office auto-reply with start and end dates, subject, and message body to automatically respond to incoming emails.
Instructions
Set or update the vacation / out-of-office auto-reply.
Args: is_enabled: Whether the vacation response is active. from_date: Start date (ISO 8601, e.g. "2024-12-20T00:00:00Z"). Empty to leave unchanged. to_date: End date (ISO 8601). Empty to leave unchanged. subject: Auto-reply subject line. Empty to leave unchanged. text_body: Plain-text auto-reply body. html_body: HTML auto-reply body (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_enabled | Yes | ||
| from_date | No | ||
| to_date | No | ||
| subject | No | ||
| text_body | No | ||
| html_body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||