Element details
type: meya.front.event.conversation.reopen
class: FrontReopenEvent
path: /meya/front/event/conversation/reopen.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 | |
payload | ◉ | ○ | FrontReopenConversationEvent | ||
Usage reference
Data
{
"type": "meya.front.event.conversation.reopen",
"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"
}
}
}
}
}