Automated Replies
Get Default Reply GET /automated-replies/default-reply
Update Default Reply PATCH /automated-replies/default-reply
Get New Subscriber Reply GET /automated-replies/new-subscriber-reply
Update New Subscriber Reply PATCH /automated-replies/new-subscriber-reply
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?