Advertisement
Robert_JR

Conversation data

Jun 28th, 2021 (edited)
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.00 KB | None | 0 0
  1. {
  2.   "eventType": "conversation.tags.updated",
  3.   "data": {
  4.     "id": "dea1fca0-6529-43fd-91df-044afbf2a1d4",
  5.     "ticketId": 26,
  6.     "subject": "Duis aute irure dolor in reprehenderit in voluptate velit",
  7.     "excerpt": "Cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat...",
  8.     "status": "Active",
  9.     "priority": "Normal",
  10.     "active": true,
  11.     "createdAt": "2021-06-29T13:04:05.000000Z",
  12.     "tags": [
  13.       {
  14.         "name": "Beatae"
  15.       },
  16.       {
  17.         "name": "Consequuntur"
  18.       },
  19.       {
  20.         "name": "Cumque"
  21.       }
  22.     ],
  23.     "inbox": {
  24.       "id": "f86385ff-9ce5-456a-a207-0bbf4ec59c0e",
  25.       "name": "Dev",
  26.       "inboxAddress": "example@app.thrivedesk.email",
  27.       "connectedEmailAddress": "example@mail.com",
  28.       "defaultStatus": "Active"
  29.     },
  30.     "cc": [
  31.       "examplecc@mail.com"
  32.     ],
  33.     "bcc": [
  34.       "examplebcc@mail.com"
  35.     ],
  36.     "assignedTo": {
  37.       "id": "050cbdb6-a973-40df-a5dd-b7f72c993055",
  38.       "firstName": "Assigned",
  39.       "lastName": "Example",
  40.       "email": "exampleassigned@mail.com"
  41.     },
  42.     "contactInfo": {
  43.       "id": "925298d4-a7d9-4d6b-8a01-10b2dea439aa",
  44.       "name": "example",
  45.       "email": "example@mail.com",
  46.       "avatar": null
  47.     },
  48.     "hasAttachment": false,
  49.     "hasInlineAttachment": false,
  50.     "isDraft": false,
  51.     "threadsCount": 3,
  52.     "threads": [
  53.       {
  54.         "id": "967b48b3-32d7-4d63-81cc-4f6d04d879b1",
  55.         "type": "Email",
  56.         "status": "Active",
  57.         "messageId": "<eb906211-6a52-4351-b9bd-f886933d6cf8@thrivedesk.test>",
  58.         "direction": "Outbound",
  59.         "htmlBody": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut...",
  60.         "textBody": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut...",
  61.         "createdAt": "2021-06-29T13:04:05.000000Z",
  62.         "updatedAt": "2021-06-29T13:04:05.000000Z",
  63.         "viewedAt": null
  64.       },
  65.       {
  66.         "id": "e84aea7e-65ee-4b5a-a8d0-4f216192847e",
  67.         "type": "Email",
  68.         "status": "Active",
  69.         "messageId": "<e8fa8cbc-47b1-4e7e-996d-a37fe4ef76dd@thrivedesk.test>",
  70.         "direction": "Outbound",
  71.         "htmlBody": "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea...",
  72.         "textBody": null,
  73.         "createdAt": "2021-06-29T13:04:46.000000Z",
  74.         "updatedAt": "2021-06-29T13:04:46.000000Z",
  75.         "viewedAt": null
  76.       },
  77.       {
  78.         "id": "ce7946ae-86c4-4891-af2a-485d984a6a74",
  79.         "type": "Note",
  80.         "status": "Active",
  81.         "messageId": "<0bd13e23-9d3a-4c61-a490-c3e8b0136bc4@thrivedesk.test>",
  82.         "direction": null,
  83.         "htmlBody": "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla...",
  84.         "textBody": null,
  85.         "createdAt": "2021-06-29T13:04:59.000000Z",
  86.         "updatedAt": "2021-06-29T13:04:59.000000Z",
  87.         "viewedAt": null
  88.       }
  89.     ]
  90.   }
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement