{"$id":"https://events-schemas.twilio.com/Messaging.InboundMessageV1/4","$schema":"https://events-schemas.twilio.com/vocabulary/twilio","additionalProperties":false,"description":"InboundMessage event definition","properties":{"accountSid":{"description":"Id of the Twilio account which was used while sending the message","type":"string"},"body":{"description":"Body of the message","type":"string"},"eventName":{"description":"Description of this event","type":"string"},"from":{"description":"From number of the message","identityType":"phone","type":"string"},"fromCity":{"description":"Source city","type":"string"},"fromCountry":{"description":"Source country","type":"string"},"fromState":{"description":"Source state","type":"string"},"fromZip":{"description":"Source zip code","type":"string"},"mcc":{"description":"Mobile Country Code for the FROM number","type":"string"},"messageSid":{"description":"Id of message which the event belongs to","type":"string"},"messagingServiceSid":{"description":"Id of the Messaging Service","type":"string"},"mnc":{"description":"Mobile Network Code for the FROM number","type":"string"},"numMedia":{"description":"Number of media","type":"integer"},"numSegments":{"description":"Number of segments","type":"integer"},"referralCtwaClid":{"description":"Id associated with a click to a WhatsApp advertisement, used for integrating WhatsApp message events with Meta's Conversions API","type":"string"},"timestamp":{"description":"Time of the event","type":"string"},"to":{"description":"To number of the message","type":"string"},"toCity":{"description":"Destination city","type":"string"},"toCountry":{"description":"Destination country","type":"string"},"toState":{"description":"Destination state","type":"string"},"toZip":{"description":"Destination zip code","type":"string"}},"required":["messageSid","timestamp","accountSid","eventName","from","to"],"title":"InboundMessageV1","type":"object"}