Tickets
The tickets object
Ticketing
- Overview
- Quick Start
- Tickets
- Comments
- Users
- Contacts
- Accounts
- Tags
- Teams
Tickets
The tickets object
Introduction to our Ticketing ticket
Unified Model
{
"id_tcg_ticket": "f4e1ff72-e727-409a-8935-a63a63d4891e",
"first_name": "John",
"last_name": "Doe",
"email_addresses": [
{
"email_address": "johndoe@work.com",
"email_address_type": "work"
},
{
"email_address": "johndoe@personal.com",
"email_address_type": "phone"
}
],
"remote_data": {
}
}
The Unified ticket
Object
The ticket
object is used to represent an existing ticket in a ticketing system.
Properties
{
"id_tcg_ticket": "f4e1ff72-e727-409a-8935-a63a63d4891e",
"first_name": "John",
"last_name": "Doe",
"email_addresses": [
{
"email_address": "johndoe@work.com",
"email_address_type": "work"
},
{
"email_address": "johndoe@personal.com",
"email_address_type": "phone"
}
],
"remote_data": {
}
}
Panora Defined UUID for this contact
The full name of the contact
The last name of this contact
Array containing all the non-standard data points for this contact
. Requires mapping.
Original data, as provided by the source CRM
{
"id_tcg_ticket": "f4e1ff72-e727-409a-8935-a63a63d4891e",
"first_name": "John",
"last_name": "Doe",
"email_addresses": [
{
"email_address": "johndoe@work.com",
"email_address_type": "work"
},
{
"email_address": "johndoe@personal.com",
"email_address_type": "phone"
}
],
"remote_data": {
}
}