freshworks.freshchat.session.assign

Element details

type: meya.freshworks.freshchat.event.session.assign
class: FreshchatAssignEvent
path: /meya/freshworks/freshchat/event/session/assign.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
user_idstr
thread_idstr
integration_idstr
context{}
dict
from_agentnullFreshchatAgent
from_groupnullFreshchatGroup
to_agentnullFreshchatAgent
to_groupnullFreshchatGroup

Usage reference

Data

{
    "type": "meya.freshworks.freshchat.event.session.assign", 
    "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"
        }, 
        "from_agent": {
            "biography": "STRING", 
            "groups": [
                "ANY"
            ], 
            "status": 123, 
            "id": "STRING", 
            "first_name": "STRING", 
            "last_name": "STRING", 
            "email": "STRING", 
            "avatar": {
                "url": "STRING"
            }, 
            "social_profiles": [
                {
                    "type": "STRING", 
                    "id": "STRING"
                }
            ]
        }, 
        "from_group": {
            "id": "STRING", 
            "name": "STRING", 
            "description": "STRING", 
            "routing_type": "STRING"
        }, 
        "to_agent": {
            "biography": "STRING", 
            "groups": [
                "ANY"
            ], 
            "status": 123, 
            "id": "STRING", 
            "first_name": "STRING", 
            "last_name": "STRING", 
            "email": "STRING", 
            "avatar": {
                "url": "STRING"
            }, 
            "social_profiles": [
                {
                    "type": "STRING", 
                    "id": "STRING"
                }
            ]
        }, 
        "to_group": {
            "id": "STRING", 
            "name": "STRING", 
            "description": "STRING", 
            "routing_type": "STRING"
        }
    }
}