Automated Replies
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Success
application/json
400
BadRequestError
application/json
401
UnauthorizedError
application/json
403
ForbiddenError
application/json
500
InternalServerError
application/json
get
/automated-replies/default-replyAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
autoReplybooleanRequired
autoReplyMessagestringOptional
initialReplybooleanOptional
initialReplyMessagestringOptional
autoReplyDuringHoursbooleanOptional
autoReplyAfterHoursbooleanOptional
templateIdnumberOptional
Responses
200
Success
application/json
400
BadRequestError
application/json
401
UnauthorizedError
application/json
403
ForbiddenError
application/json
500
InternalServerError
application/json
patch
/automated-replies/default-replyAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Success
application/json
400
BadRequestError
application/json
401
UnauthorizedError
application/json
403
ForbiddenError
application/json
500
InternalServerError
application/json
get
/automated-replies/new-subscriber-replyAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
newSubscriberMessagestringRequired
templateIdnumberOptional
Responses
200
Success
application/json
400
BadRequestError
application/json
401
UnauthorizedError
application/json
403
ForbiddenError
application/json
500
InternalServerError
application/json
patch
/automated-replies/new-subscriber-replyLast updated
Was this helpful?