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

field

description

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

required

signature

default

type

parent_entry_ref

null

EntryRef

trace_id

"-"

str

sensitive

false

bool

internal

false

bool

user_id

str

thread_id

str

integration_id

str

context

{}

dict

from_agent

null

FreshchatAgent

from_group

null

FreshchatGroup

to_agent

null

FreshchatAgent

to_group

null

FreshchatGroup

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"
        }
    }
}