intercom / intercom-dotnet

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

How to access the "Last heard from" field? #128

Closed nvivo closed 6 years ago

nvivo commented 6 years ago

There is a field in Intercom called "Last heard from":

image

Can this field be accessed from this API? I'm not finding it anywhere.

kmossco commented 6 years ago

Hey @nvivo! This attribute is not something we expose in our API requests, but internally it is derived from a timestamp for the last time the user has contacted you - as in, initiated a conversation. Unfortunately because this isn't in the API User Model, then we can't add it to the SDK either. But I'll add this as a feature request for our API team! 😉

mindojo-victor commented 5 years ago

Any news on adding this field to the API?

vquinn16 commented 4 years ago

Hello - Do you have an update as to when/if you will be adding this field to the API?