Skip to main content

Update the autoresponder of a mail address

PATCH/mail-addresses/{mailAddressId}/autoresponder/
v2
PATCH
mail-update-mail-address-autoresponder

Request

  • mailAddressIdstring (uuid)
    required

    ID of the MailAddress to update the autoresponder for.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-d '{"autoResponder":{"active":true,"expiresAt":"2025-12-17T00:34:46.375Z","message":"string","startsAt":"2025-12-17T00:34:46.375Z"}}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/mail-addresses/f0f86186-0a5a-45b2-aa33-502777496347/autoresponder