front.trash

type: meya.front.event.trash
class: FrontTrashEvent
path: /meya/front/event/trash.py
signature: -

Fields

fieldsignaturerequiredtypedefaultdescription               
parent_entry_refEntryRefnull
trace_idstr"-"
sensitiveboolfalse
user_idstr
thread_idstr
integration_idstr
contextdict{}
payloadFrontTrashConversationEvent

Examples

Data

{
    "type": "meya.front.event.trash", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": 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
                }
            }
        }
    }
}