For the complete documentation index, see llms.txt. This page is also available as Markdown.

Automated Replies

Get Default Reply

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Success

application/json
get/automated-replies/default-reply

Update Default Reply

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
autoReplybooleanRequired
autoReplyMessagestringOptional
initialReplybooleanOptional
initialReplyMessagestringOptional
templateIdnumberOptional
Responses
200

Success

application/json
patch/automated-replies/default-reply

Get New Subscriber Reply

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Success

application/json
get/automated-replies/new-subscriber-reply

Update New Subscriber Reply

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
newSubscriberMessagestringRequired
templateIdnumberOptional
Responses
200

Success

application/json
patch/automated-replies/new-subscriber-reply

Last updated

Was this helpful?