Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Inbound Message



Received

received page anchor

com.twilio.messaging.inbound-message.received

Inbound Message Received events are compatible with Webhook, Kinesis and Segment sinks. To learn more, you can get started with the Webhook, Kinesis or Segment quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.messaging.inbound-message.received",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Messaging.InboundMessageV1/6",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"messageSid" : "SM0000000000000000000000000000001",
10
"timestamp" : "2025-01-01T00:00:00.000Z",
11
"accountSid" : "AC0000000000000000000000000000001",
12
"eventName" : "com.twilio.messaging.inbound-message.received",
13
"from" : "+11234567890",
14
"to" : "+12345678901",
15
"numMedia" : 0,
16
"body" : "Ahoy!",
17
"toCountry" : "US",
18
"toState" : "FL",
19
"toCity" : "FORT MEADE",
20
"toZip" : "33841",
21
"fromCountry" : "US",
22
"fromState" : "NH",
23
"fromCity" : "NASHUA",
24
"fromZip" : "03049",
25
"mnc" : "090",
26
"mcc" : "310",
27
"messagingServiceSid" : "MG0000000000000000000000000000001",
28
"referralCtwaClid" : "ARAkLkA8rmlFeiCktEJQ-QTwRiyYHAFDLMNDBH0CD3qpjd0HR4irJ6LEkR7JwFF4XvnO2E4Nx0-eM-GABDLOPaOdRMv-_zfUQ2a",
29
"recipients" : [
30
"+12345678901",
31
"+15046081420"
32
],
33
"optOutType" : "STOP"
34
}
35
}

Versions