Skip to content

Commit ee950bf

Browse files
authored
Merge pull request #124962 from gfeitosa-msft/patch-1
Add segment count to incoming sms event
2 parents d67a235 + 1166f68 commit ee950bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/event-grid/communication-services-telephony-sms-events.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ This section contains an example of what that data would look like for each even
7171
"From": "15555555555",
7272
"To": "15555555555",
7373
"Message": "Great to connect with Azure Communication Services events",
74-
"ReceivedTimestamp": "2020-09-18T00:27:45.32Z"
74+
"ReceivedTimestamp": "2020-09-18T00:27:45.32Z",
75+
"SegmentCount": 1
7576
},
7677
"eventType": "Microsoft.Communication.SMSReceived",
7778
"dataVersion": "1.0",

0 commit comments

Comments
 (0)