Service Mail > Auto Reply

Create auto reply

Create new auto reply for given service mail

post/1/mail_hostings/{mail_hosting_id}/auto_replies

Path parameters

mail_hosting_idinteger required

ServiceMail identifier

Request body

ended_atinteger nullable

When should end the auto reply activation

is_recurrentboolean required

Define if the responder should be activate for some days in the week instead of a certain time

is_visibleboolean

Define if the attributes is visible for all the users

messagestring required
namestring required

Name of the resource {name}

started_atinteger nullable

When the responder start to be active

Response

Created

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

datainteger

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.