If the old endpoints are removed and you are using them in the old .NET SDK you will need to upgrade. If you are not using the endpoints being removed you can still use the old SDK. I hope that helps clarify things.
Thanks,
John Carnell
Director, Developer Engagement
We have a question about the customAttributes. In the old endpoint, we have the object metadata/customAttributes; in the new endpoint, we have only the metadata object. We don't have the customAttributes inside the metadata.
When I create a new conversationid I can't see the attributes on Participant Data.
How can we pass this information when I create the new conversationid?
@vmh.falcao the request body channel.metadata.customattributes is the same in the old endpoint and the new one (api/v2/conversations/messages/{integrationid}/inbound/open/message). you should be able to pass it exactly the same as you did before.