front.conversation.unhandled

Element details

type: meya.front.event.conversation.unhandled
class: FrontUnhandledEvent
path: /meya/front/event/conversation/unhandled.py
signature: -

Fields

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

Usage reference

Data

{
    "type": "meya.front.event.conversation.unhandled", 
    "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": {
            "body": "STRING", 
            "author": {
                "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
            }, 
            "created_at": 123, 
            "metadata": {
                "thread_ref": "STRING"
            }, 
            "recipients": [
                {
                    "links": {
                        "related": {
                            "contact": "STRING", 
                            "conversation": "STRING"
                        }
                    }, 
                    "handle": "STRING", 
                    "role": "STRING"
                }
            ], 
            "text": "STRING", 
            "type": "STRING", 
            "id": "STRING", 
            "is_inbound": false, 
            "links": {
                "related": {
                    "contact": "STRING", 
                    "conversation": "STRING"
                }
            }, 
            "attachments": [
                {
                    "url": "STRING", 
                    "filename": "STRING", 
                    "content_type": "STRING", 
                    "size": 123, 
                    "metadata": {
                        "is_inline": false
                    }
                }
            ]
        }, 
        "metadata": {
            "external_conversation_id": "STRING", 
            "external_conversation_ids": [
                "STRING"
            ]
        }
    }
}