v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Saved Replies

Post saved reply

post/saved-replies

Request body

questionstring required
answerstring required
applyWhenHasBookingboolean
applyWhenNoBookingboolean
isAbstractboolean
type'user' | 'guest' | 'contact' | 'review'
language'en' | 'fr' | 'es' | 'it' | 'ru' | 'ja' | 'zh'

Language of the saved reply.

excludeListingIdsstring[]

Exclude saved reply from the specific listings

listingsIdsstring[]

Apply saved reply for the specific listings

folderstring
tagsstring[]

Example request

{
  "question": "Mirror, mirror, on the wall, Who in this land is fairest of all?",
  "answer": "not you?"
}

Response

OK

questionstring
answerstring
applyWhenHasBookingboolean
applyWhenNoBookingboolean
isAbstractboolean
type'user' | 'guest' | 'contact' | 'review'
language'en' | 'fr' | 'es' | 'it' | 'ru' | 'ja' | 'zh'

Language of the saved reply.

excludeListingIdsstring[]

Exclude saved reply from the specific listings

listingsIdsstring[]

Apply saved reply for the specific listings

folderstring
tagsstring[]
accountIdstring

Unique Id

_idstring

Unique Id

Example response

{
  "question": "TV",
  "answer": "Hi {{user}},\n\nWe have a 42\" Samsung LED in the living room.",
  "language": "en",
  "excludeListingIds": [
    "563e0b6a08a2710e00057b82"
  ],
  "listingsIds": [
    "563e0b6a08a2710e00057b82"
  ],
  "folder": "City",
  "filters": {
    "_id": "563e0b6a08a2710e00057b82"
  },
  "accountId": "563e0b6a08a2710e00057b82",
  "_id": "563e0b6a08a2710e00057b82"
}