front.unhandled

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

Fields

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

Examples

Data

{
    "type": "meya.front.event.unhandled", 
    "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": {
            "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"
                ]
            }
        }
    }
}