Element details
type: meya.whatsapp.event.message.sent
class: WhatsAppSentEvent
path: /meya/whatsapp/event/message/sent.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 | |
| MessageSid | ○ | ○ | null | str | |
| From | ○ | ○ | null | str | |
| To | ○ | ○ | null | str | |
| Body | ○ | ○ | null | str | |
| WaId | ○ | ○ | null | str | |
| ProfileName | ○ | ○ | null | str | |
| SmsStatus | ○ | ○ | null | TwilioMessageStatus | |
| SmsSid | ○ | ○ | null | str | |
| ToCity | ○ | ○ | null | str | |
| ToState | ○ | ○ | null | str | |
| FromState | ○ | ○ | null | str | |
| ToCountry | ○ | ○ | null | str | |
| FromCountry | ○ | ○ | null | str | |
| NumSegments | ○ | ○ | null | str | |
| SmsMessageSid | ○ | ○ | null | str | |
| MessagingServiceSid | ○ | ○ | null | str | |
| NumMedia | ○ | ○ | null | str | |
| ChannelPrefix | ○ | ○ | null | str | |
| MessageStatus | ○ | ○ | null | str | |
| ChannelToAddress | ○ | ○ | null | str | |
| ChannelInstallSid | ○ | ○ | null | str | |
| StructuredMessage | ○ | ○ | null | str | |
| MediaContentType0 | ○ | ○ | null | str | |
| MediaUrl0 | ○ | ○ | null | str | |
| MediaContentType1 | ○ | ○ | null | str | |
| MediaUrl1 | ○ | ○ | null | str | |
| MediaContentType2 | ○ | ○ | null | str | |
| MediaUrl2 | ○ | ○ | null | str | |
| MediaContentType3 | ○ | ○ | null | str | |
| MediaUrl3 | ○ | ○ | null | str | |
| MediaContentType4 | ○ | ○ | null | str | |
| MediaUrl4 | ○ | ○ | null | str | |
| MediaContentType5 | ○ | ○ | null | str | |
| MediaUrl5 | ○ | ○ | null | str | |
| MediaContentType6 | ○ | ○ | null | str | |
| MediaUrl6 | ○ | ○ | null | str | |
| MediaContentType7 | ○ | ○ | null | str | |
| MediaUrl7 | ○ | ○ | null | str | |
| MediaContentType8 | ○ | ○ | null | str | |
| MediaUrl8 | ○ | ○ | null | str | |
| MediaContentType9 | ○ | ○ | null | str | |
| MediaUrl9 | ○ | ○ | null | str | |
| MediaContentType10 | ○ | ○ | null | str | |
| MediaUrl10 | ○ | ○ | null | str | |
Usage reference
Data
{
    "type": "meya.whatsapp.event.message.sent", 
    "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"
        }, 
        "MessageSid": "STRING", 
        "From": "STRING", 
        "To": "STRING", 
        "Body": "STRING", 
        "WaId": "STRING", 
        "ProfileName": "STRING", 
        "SmsStatus": "accepted|queued|sending|sent|failed|delivered|undelivered|receiving|received|read", 
        "SmsSid": "STRING", 
        "ToCity": "STRING", 
        "ToState": "STRING", 
        "FromState": "STRING", 
        "ToCountry": "STRING", 
        "FromCountry": "STRING", 
        "NumSegments": "STRING", 
        "SmsMessageSid": "STRING", 
        "MessagingServiceSid": "STRING", 
        "NumMedia": "STRING", 
        "ChannelPrefix": "STRING", 
        "MessageStatus": "STRING", 
        "ChannelToAddress": "STRING", 
        "ChannelInstallSid": "STRING", 
        "StructuredMessage": "STRING", 
        "MediaContentType0": "STRING", 
        "MediaUrl0": "STRING", 
        "MediaContentType1": "STRING", 
        "MediaUrl1": "STRING", 
        "MediaContentType2": "STRING", 
        "MediaUrl2": "STRING", 
        "MediaContentType3": "STRING", 
        "MediaUrl3": "STRING", 
        "MediaContentType4": "STRING", 
        "MediaUrl4": "STRING", 
        "MediaContentType5": "STRING", 
        "MediaUrl5": "STRING", 
        "MediaContentType6": "STRING", 
        "MediaUrl6": "STRING", 
        "MediaContentType7": "STRING", 
        "MediaUrl7": "STRING", 
        "MediaContentType8": "STRING", 
        "MediaUrl8": "STRING", 
        "MediaContentType9": "STRING", 
        "MediaUrl9": "STRING", 
        "MediaContentType10": "STRING", 
        "MediaUrl10": "STRING"
    }
}