Flipdish · JSON Structure

Customers User Sms Chat Item Structure

An SMS conversation item for admin user chat.

Type: object Properties: 5
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

UserSmsChatItem is a JSON Structure definition published by Flipdish, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SmsConversationItemId Direction From Text TsSentReceivedUtc

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/customers-user-sms-chat-item-structure.json",
  "name": "UserSmsChatItem",
  "description": "An SMS conversation item for admin user chat.",
  "type": "object",
  "properties": {
    "SmsConversationItemId": {
      "description": "SmsConversationItemId.",
      "type": "int32",
      "example": 500123
    },
    "Direction": {
      "description": "Direction.",
      "type": "string",
      "example": "string"
    },
    "From": {
      "description": "From.",
      "type": "string",
      "example": "string"
    },
    "Text": {
      "description": "Text.",
      "type": "string",
      "example": "string"
    },
    "TsSentReceivedUtc": {
      "description": "TsSentReceivedUtc.",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    }
  }
}