front.trash

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

Fields

field

signature

required

type

default

description

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

parent_entry_ref

EntryRef

null

trace_id

str

"-"

sensitive

bool

false

user_id

str

thread_id

str

integration_id

str

context

dict

{}

payload

FrontTrashConversationEvent

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