Skip to content

Commit 79e4be0

Browse files
committed
putting satisfaction ratings back in
1 parent fdd27fa commit 79e4be0

File tree

1 file changed

+16
-0
lines changed
  • src/connections/sources/catalog/cloud-apps/zendesk

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,22 @@ This collection contains information about Zendesk tickets that agents have skip
339339
| `created_at` | The date and time the record was created. |
340340
| `updated_at` | The date and time the record was last updated. |
341341

342+
### satisfaction_ratings
343+
344+
This collection contains information about customer satisfaction ratings for Zendesk tickets.
345+
346+
| Property | Description |
347+
| -------------- | ---------------------------------------------------------------------------- |
348+
| `id` | Automatically assigned when the satisfaction rating is created. |
349+
| `url` | The API URL of the satisfaction rating. |
350+
| `assignee_id` | The ID of the agent assigned to the ticket when the rating was submitted. |
351+
| `group_id` | The ID of the group assigned to the ticket when the rating was submitted. |
352+
| `requester_id` | The ID of the user who submitted the rating. |
353+
| `ticket_id` | The ID of the ticket being rated. |
354+
| `score` | The rating value. Possible values: `offered`, `unoffered`, `good`, or `bad`. |
355+
| `created_at` | The date and time the rating was created. |
356+
| `updated_at` | The date and time the rating was last updated. |
357+
| `received_at` | Timestamp added when data reaches the Segment API. |
342358

343359
### organization_memberships
344360

0 commit comments

Comments
 (0)