Skip to content

Commit 23de286

Browse files
committed
attachments and activities
1 parent 7657316 commit 23de286

File tree

1 file changed

+37
-34
lines changed
  • src/connections/sources/catalog/cloud-apps/zendesk

1 file changed

+37
-34
lines changed

src/connections/sources/catalog/cloud-apps/zendesk/index.md

Lines changed: 37 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -218,53 +218,56 @@ This collection contains performance and timing metrics for Zendesk tickets.
218218
| `latest_comment_added_at` | The date and time the latest comment was added. |
219219
| `received_at` | Timestamp added when data reaches the Segment API. |
220220

221-
-->
221+
### ticket_events
222222

223+
This collection contains details about individual updates or changes to Zendesk tickets.
223224

224-
### ticket_events
225+
| Property | Description |
226+
| ------------------- | ------------------------------------------------------------------------------------ |
227+
| `id` | Automatically assigned when the record is created. |
228+
| `ticket_event_id` | Automatically assigned when the ticket is updated. |
229+
| `ticket_id` | The ID of the associated ticket. |
230+
| `timestamp` | The date and time the ticket was updated. |
231+
| `updater_id` | The ID of the user who made the update. |
232+
| `ticket_event_via` | The channel or method used to create the event. |
233+
| `context_client` | The client used to submit the ticket change (for example, browser name and version). |
234+
| `context_location` | The location name, if available (for example, country or city). |
235+
| `context_latitude` | The latitude of the location where the change occurred. |
236+
| `context_longitude` | The longitude of the location where the change occurred. |
237+
| `via` | The method used to create the event. |
225238

226-
| Property | Description |
227-
| --------------- | ----------------------------------------------------------------- |
228-
| id | This is automatically assigned. |
229-
| ticket_event_id | This is automatically assigned when the ticket is updated. |
230-
| ticket_id | The ID of the associated ticket. |
231-
| timestamp | The time when the ticket was updated. |
232-
| updater_id | The ID of the user who updated the ticket. |
233-
| ticket_event_via | How the event was created. |
234-
| context_client | This refers to the “client” used to submit this ticket change (for example, browser name and type). |
235-
| context_location | The plain text name of where the request was made, if available (for example, country, city). |
236-
| context_latitude | Latitude of the location where the ticket was changed. |
237-
| context_longitude | Longitude of the location where the ticket was changed. |
238-
| via | How the event was created. |
239239

240+
### activities
240241

242+
This collection contains information about actions or updates related to Zendesk tickets.
241243

244+
| Property | Description |
245+
| ------------ | ------------------------------------------------------------------------------------------------------------ |
246+
| `id` | Automatically assigned when the activity is created. |
247+
| `url` | The API URL of the activity. |
248+
| `verb` | The type of activity. Possible values: `tickets.assignment`, `tickets.comment`, `tickets.priority_increase`. |
249+
| `title` | A short description of the activity. |
250+
| `created_at` | The date and time the activity was created. |
251+
| `updated_at` | The date and time the activity was last updated. |
242252

243-
### activities
244253

245-
| Property | Description |
246-
| --------------- | ----------------------------------------------------------------- |
247-
| id | This is automatically assigned upon creation. |
248-
| url | The API URL of this activity. |
249-
| verb | The type of activity. Can be "tickets.assignment," "tickets.comment," or "tickets.priority_increase." |
250-
| title | Description of this activity. |
251-
| created_at | The date and time this record was created. |
252-
| updated_at | The date and time this record was last updated. |
254+
### attachments
253255

256+
This collection contains information about files attached to Zendesk tickets.
254257

258+
| Property | Description |
259+
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
260+
| `id` | Automatically assigned when the attachment is created. |
261+
| `file_name` | The name of the attached file. |
262+
| `content_url` | The full URL where the attachment file can be downloaded. |
263+
| `content_type` | The MIME type of the attachment (for example, `image/png`). |
264+
| `inline` | Indicates whether the attachment is inline. Inline attachments are excluded from the attachment list but can be referenced within a ticket comment. Default is `false`. |
265+
| `size` | The file size in bytes. |
266+
| `received_at` | Timestamp added when data reaches the Segment API. |
255267

256268

257-
### attachments
258269

259-
| Property | Description |
260-
| --------------- | ----------------------------------------------------------------- |
261-
| id | This is automatically assigned upon creation. |
262-
| file_name | The name of the image file. |
263-
| content_url | A full URL where the attachment image file can be downloaded. |
264-
| content_type | The content type of the image. Example value: image/png. |
265-
| inline | If true, the attachment is excluded from the attachment list and the attachment's URL can be referenced within the comment of a ticket. Default is false. |
266-
| size | The size of the image file in bytes. |
267-
| received_at | This timestamp is added to incoming messages as soon as they hit Segment API. |
270+
-->
268271

269272

270273
### organizations

0 commit comments

Comments
 (0)