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

     1  {
     2      "uuid":"1234567890123456789",
     3      "event":"/restapi/v1.0/glip/posts",
     4      "timestamp":"2018-04-17T07:35:37.381Z",
     5      "subscriptionId":"11112222-3333-4444-5555-666677778888",
     6      "ownerId":"11111111",
     7      "body":{
     8          "id":"4156822175748",
     9          "groupId":"3154083846",
    10          "type":"TextMessage",
    11          "text":"![:Person](11111111) ![:Person](glip-22222222) Hello!",
    12          "creatorId":"33333333",
    13          "creationTime":"2018-04-17T07:35:37.244Z",
    14          "lastModifiedTime":"2018-04-17T07:35:37.244Z",
    15          "mentions":[
    16              {
    17                  "id":"11111111",
    18                  "type":"Person",
    19                  "name":"mybot"
    20              },
    21              {
    22                  "id":"glip-22222222",
    23                  "type":"Person",
    24                  "name":"guest"
    25              }
    26          ],
    27          "eventType":"PostAdded"
    28      }
    29  }