Yext · Example Payload

Yext Chat Message Example

Digital PresenceBusiness ListingsLocation DataReviewsAI SearchKnowledge Graph

Yext Chat Message Example is an example object payload from Yext, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metaresponse

Example Payload

Raw ↑
{
  "meta": {
    "uuid": "0186a0f1-6a44-7888-91e1-c53e39579012",
    "errors": []
  },
  "response": {
    "conversationId": "conv-f8a3b2c1d0e9",
    "message": {
      "source": "BOT",
      "text": "Hello! I can help you find store hours, locations, and answer questions about our products. What would you like to know?",
      "timestamp": "2026-06-13T10:00:00Z"
    },
    "notes": {
      "currentGoal": "GREETING",
      "queryResult": null,
      "searchQuery": null,
      "collectedData": {}
    }
  }
}