Earlier this year we announced an upcoming breaking change for developers using webhook change notifications for the callRecords API in Microsoft Graph. This post provides a final notification and confirmation of the changes that will occur the week of October 30, 2023.
About the breaking change
In a callRecord webhook subscription, the resourceData field contains two entries that will be renamed. On April 20, 2023, we started providing both naming conventions within the resourceData payload. The following table shows the old and the new field names.
Current field name | New field name |
oDataId | @odata.id |
oDataType | @odata.type |
What you need to do to prepare
Make sure that you now use the new field names in your webhook processing. Note that as a part of this change, the content in the new @odata.type field will be #Microsoft.Graph.callRecord
.
Resources
- Visit the Microsoft Graph Dev Center
- Read our documentation
- Follow us on X/@Microsoft365Dev
- Join our community
0 comments