TicketEmailCCs
Query any users cc'd on the ticket in Zendesk.
Table Specific Information
Select
The following queries are processed server side while other filters are processed client side within the component.SELECT * FROM TicketEmailCCs where TicketId = '2826'
Columns
| Name | Type | References | Description |
| TicketId | Long |
Tickets.id | The id of the Ticket. |
| UserId | String |
Users.id | The id of the User. |
| Name | String | Name of the User. |