Get Saved Reply
Request
GET /v2/mailboxes/100/saved-replies/1000 HTTP/1.1
Authorization: Bearer oauth_token
Content-Type: application/json
Response
HTTP/1.1 200 OK
Content-Type: application/hal+json
{
"id" : 234567,
"name" : "Visiting us in person",
"text" : "Hi there,<br /><br />Of course you can come visit us in person! Our next live event will be located at 1901 West Madison Street, Chicago, Illinois 60612 throughout the summer. Come in at any time during those hours :)<br /><br />We look forward to seeing you!",
"chatText" : "Hi there, \nOf course you can come visit us in person! \n\nOur next live event will be located at 1901 West Madison Street, Chicago, Illinois 60612 throughout the summer."
}
Path Parameters
/v2/mailboxes/{mailboxId}/saved-replies/{savedReplyId}
Response fields
Path | Type | Description |
---|---|---|
id |
Number |
Saved Reply id |
name |
String |
Saved Reply name |
text |
String |
Saved Reply text |
chatText |
String |
Saved Reply chat text |