front.agent.unassign

Element details

type: meya.front.event.agent.unassign
class: FrontAgentUnassignEvent
path: /meya/front/event/agent/unassign.py
signature: -

Fields

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

Usage reference

Data

{
    "type": "meya.front.event.agent.unassign", 
    "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"
        }, 
        "payload": {
            "conversation": {
                "status": "STRING", 
                "id": "STRING", 
                "subject": "STRING", 
                "assignee": {
                    "id": "STRING", 
                    "first_name": "STRING", 
                    "email": "STRING", 
                    "custom_fields": {
                        "STRING": "ANY"
                    }, 
                    "last_name": "STRING", 
                    "username": "STRING", 
                    "is_admin": false, 
                    "is_available": false, 
                    "is_blocked": false
                }
            }, 
            "emitted_at": 123, 
            "source": {
                "data": {
                    "id": "STRING", 
                    "first_name": "STRING", 
                    "email": "STRING", 
                    "custom_fields": {
                        "STRING": "ANY"
                    }, 
                    "last_name": "STRING", 
                    "username": "STRING", 
                    "is_admin": false, 
                    "is_available": false, 
                    "is_blocked": false
                }, 
                "meta": {
                    "type": "teammate|rule|reminder|inboxes|message|recipient|tag|deleted_conversation_ids|comment|api"
                }
            }
        }
    }
}