intercom / intercom-dotnet

Intercom API client library for .NET
https://developers.intercom.io/reference
Apache License 2.0
63 stars 53 forks source link

Replying to Users Last Conversation not currently supported #95

Closed thewheat closed 6 years ago

thewheat commented 6 years ago

The API allows replying to the last conversation of a user but AdminConversationReply.cs does not seem to expose ways to identify the user

Tested and possible identifiers are intercom_user_id, email and user_id (below shows using user_id)

image

kmossco commented 6 years ago

I'll be finishing the move to netStandard 2.0 this week, and then will focus on bringing feature parity to the /users endpoint. If anyone wants to give this a try it would be perfect. 👌