zendesk.support.ticket.unhandled

Element details

type: meya.zendesk.support.event.ticket.unhandled
class: ZendeskSupportTicketUnhandledEvent
path: /meya/zendesk/support/event/ticket/unhandled.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
user_idstr
thread_idstr
integration_idstr
context{}
dict
ticketZendeskSupportTicketGet
current_userZendeskSupportUserGet
requesterZendeskSupportUserGet

Usage reference

Data

{
    "type": "meya.zendesk.support.event.ticket.unhandled", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "user_id": "STRING", 
        "thread_id": "STRING", 
        "integration_id": "STRING", 
        "context": {
            "STRING": "ANY"
        }, 
        "ticket": {
            "status": "new|open|pending|hold|solved|closed", 
            "assignee_id": 123, 
            "custom_fields": [
                {
                    "id": 123, 
                    "value": "ANY"
                }
            ], 
            "external_id": "STRING", 
            "group_id": 123, 
            "priority": "STRING", 
            "requester_id": 123, 
            "tags": [
                "STRING"
            ], 
            "subject": "STRING", 
            "type": "STRING", 
            "ticket_form_id": 123, 
            "brand_id": 123, 
            "comment_count": 123, 
            "created_at": "STRING", 
            "description": "STRING", 
            "id": 123, 
            "updated_at": "STRING"
        }, 
        "current_user": {
            "alias": "STRING", 
            "details": "STRING", 
            "email": "STRING", 
            "external_id": "STRING", 
            "name": "STRING", 
            "phone": "STRING", 
            "tags": [
                "STRING"
            ], 
            "user_fields": {
                "STRING": "ANY"
            }, 
            "verified": false, 
            "created_at": "STRING", 
            "id": 123, 
            "photo": {
                "id": 123, 
                "file_name": "STRING", 
                "content_url": "STRING", 
                "content_type": "STRING"
            }, 
            "role": "end-user|agent|admin|system", 
            "updated_at": "STRING"
        }, 
        "requester": {
            "alias": "STRING", 
            "details": "STRING", 
            "email": "STRING", 
            "external_id": "STRING", 
            "name": "STRING", 
            "phone": "STRING", 
            "tags": [
                "STRING"
            ], 
            "user_fields": {
                "STRING": "ANY"
            }, 
            "verified": false, 
            "created_at": "STRING", 
            "id": 123, 
            "photo": {
                "id": 123, 
                "file_name": "STRING", 
                "content_url": "STRING", 
                "content_type": "STRING"
            }, 
            "role": "end-user|agent|admin|system", 
            "updated_at": "STRING"
        }
    }
}