List Saved Replies

Request

GET /v2/mailboxes/100/saved-replies HTTP/1.1
Authorization: Bearer oauth_token
Content-Type: application/json

Response

HTTP/1.1 200 OK
Content-Type: application/hal+json

[ {
  "id" : 123456,
  "name" : "Giving back: multiple donations",
  "preview" : "Hi there, Yes! When you check out in our online store, you'll see an option to select a non-profit organization to donate to."
}, {
  "id" : 234567,
  "name" : "Visiting us in person",
  "preview" : "Hi there, 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."
}, {
  "id" : 345678,
  "name" : "Products: Out of stock - Generic",
  "preview" : "Hi there. Out of stock items are typically available again within 3-4 weeks. I'll also tag you to keep you updated when we have news on this one."
} ]

Path Parameters

/v2/mailboxes/{mailboxId}/saved-replies

Response fields

Path Type Description
[].id Number Saved Reply id
[].name String Saved Reply name
[].preview String Saved Reply preview