github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/util/example_event_instant_message_sms.json (about)

     1  {
     2      "uuid":"ed1cf00c-0420-4bf5-a0ae-e659bb9f77e0",
     3      "event":"/restapi/v1.0/account/~/extension/11111111/message-store/instant?type=SMS",
     4      "subscriptionId":"dc853541-66ac-45d8-a289-1a239fd72888",
     5      "timestamp":"2013-06-14T12:00:00.000Z",
     6      "body":{
     7          "id":"123456789012",
     8          "to":[
     9              {
    10                  "phoneNumber":"+16505550100",
    11                  "location":"Moss Beach, CA"
    12              }
    13          ],
    14          "from":{
    15              "phoneNumber":"+14155550100",
    16              "name":"John Smith"
    17          },
    18          "type":"SMS",
    19          "creationTime":"2016-02-22T17:01:00.000Z",
    20          "lastModifiedTime":"2016-02-22T17:01:00.000Z",
    21          "readStatus":"Unread",
    22          "priority":"Normal",
    23          "attachments":[
    24              {
    25                  "uri":"/restapi/v1.0/account/~/extension/11111111/message-store/22222222/content/33333333",
    26                  "id":"606090030016",
    27                  "type":"Text",
    28                  "contentType":"text/plain",
    29                  "size":4096
    30              }
    31          ],
    32          "direction":"Inbound",
    33          "availability":"Alive",
    34          "subject":"Hi there",
    35          "messageStatus":"Received",
    36          "conversationId":"12345678901234567890"
    37      }
    38  }