zendesk.chat.webhook

Element details

type: meya.zendesk.chat.event.webhook
class: ZendeskChatWebhookEvent
path: /meya/zendesk/chat/event/webhook.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
user_idstr
thread_idstr
integration_idstr
context{}
dict
session_idstr
payloaddict

Usage reference

Data

{
    "type": "meya.zendesk.chat.event.webhook", 
    "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"
        }, 
        "session_id": "STRING", 
        "payload": {
            "STRING": "ANY"
        }
    }
}