2
2
title : Azure Communication Services - SMS events
3
3
description : This article describes how to use Azure Communication Services as an Event Grid event source for SMS Events.
4
4
ms.topic : conceptual
5
- ms.date : 12/02/2022
5
+ ms.date : 01/29/2025
6
6
author : VikramDhumal
7
7
ms.author : vikramdh
8
8
---
@@ -34,17 +34,17 @@ This section contains an example of what that data would look like for each even
34
34
"topic" : " /subscriptions/{subscription-id}/resourceGroups/{group-name}/providers/microsoft.communication/communicationservices/{communication-services-resource-name}" ,
35
35
"subject" : " /phonenumber/15555555555" ,
36
36
"data" : {
37
- "MessageId " : " Outgoing_202009180022138813a09b-0cbf-4304-9b03-1546683bb910" ,
38
- "From " : " 15555555555" ,
39
- "To " : " +15555555555" ,
40
- "DeliveryStatus " : " Delivered" ,
41
- "DeliveryStatusDetails " : " No error." ,
42
- "ReceivedTimestamp " : " 2020-09-18T00:22:20.2855749Z" ,
43
- "DeliveryAttempts " : [
37
+ "messageId " : " Outgoing_202009180022138813a09b-0cbf-4304-9b03-1546683bb910" ,
38
+ "from " : " 15555555555" ,
39
+ "to " : " +15555555555" ,
40
+ "deliveryStatus " : " Delivered" ,
41
+ "deliveryStatusDetails " : " No error." ,
42
+ "receivedTimestamp " : " 2020-09-18T00:22:20.2855749Z" ,
43
+ "deliveryAttempts " : [
44
44
{
45
- "Timestamp " : " 2020-09-18T00:22:14.9315918Z" ,
46
- "SegmentsSucceeded " : 1 ,
47
- "SegmentsFailed " : 0
45
+ "timestamp " : " 2020-09-18T00:22:14.9315918Z" ,
46
+ "segmentsSucceeded " : 1 ,
47
+ "segmentsFailed " : 0
48
48
}
49
49
],
50
50
"Tag" : " Optional customer-tag set in the original message"
@@ -67,12 +67,12 @@ This section contains an example of what that data would look like for each even
67
67
"topic" : " /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/acse2e/providers/microsoft.communication/communicationservices/{communication-services-resource-name}" ,
68
68
"subject" : " /phonenumber/15555555555" ,
69
69
"data" : {
70
- "MessageId " : " Incoming_20200918002745d29ebbea-3341-4466-9690-0a03af35228e" ,
71
- "From " : " 15555555555" ,
72
- "To " : " 15555555555" ,
73
- "Message " : " Great to connect with Azure Communication Services events" ,
74
- "ReceivedTimestamp " : " 2020-09-18T00:27:45.32Z" ,
75
- "SegmentCount " : 1
70
+ "messageId " : " Incoming_20200918002745d29ebbea-3341-4466-9690-0a03af35228e" ,
71
+ "from " : " 15555555555" ,
72
+ "to " : " 15555555555" ,
73
+ "message " : " Great to connect with Azure Communication Services events" ,
74
+ "receivedTimestamp " : " 2020-09-18T00:27:45.32Z" ,
75
+ "segmentCount " : 1
76
76
},
77
77
"eventType" : " Microsoft.Communication.SMSReceived" ,
78
78
"dataVersion" : " 1.0" ,
0 commit comments