Create Saved Reply

Request

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

{
  "name" : "Sale: Now On",
  "text" : "Hi, thanks for reaching out.<br /><br />We do indeed have a sale on to commemorate the public holiday. Please take 10% of all products with the code 10YAY until 12/24.<br /><br />Keep in touch if you've any other questions for us.",
  "chatText" : "Hi, thanks for reaching out.\n\nWe do indeed have a sale on to commemorate the public holiday. Please take 10% of all products with the code 10YAY until 12/24.\n\nKeep in touch if you’ve any other questions for us.”"
}

Response

HTTP/1.1 201 Created

Path Parameters

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

Request fields

Path Type Required Description
name String Y Saved Reply’s name
text String N Saved Reply’s text
chatText String N Saved Reply’s chat text