Opis zastosowanych zmienny
{{API_URL}} – https://api.dhosting.pl
{{API_USER}} – nazwa użytkownika podana przez dhosting.pl
{{API_PASS}} – hasło użytkownika podane przez dhosting.pl
Metoda
PUT /email/setAutoresponder
{{API_URL}}/email/setAutoresponder
Endpoint umożliwia zmianę statusu oraz zawartości i dat aktywności autorespondera.
Autoryzacja
Basic Auth
| Username: | {{API_USER}} | |
| Password: | {{API_PASS}} |
Headers
| Accept: | application/json |
| Content-Type: | application/json |
| Accept-Language: | pl |
Body
{
"MailboxName": "test@example.pl",
"Status": true,
"Subject": "temat",
"Content": "tresc",
"DateFrom": "2023-10-24 00:00",
"DateTo": "2023-10-30 23:59"
}