Open
Description
Hi,
I'm going to try to search for a contact by email using the latest version (3.0) of the Intercom java client:
this.intercomClient.contacts().search( SearchRequest.builder() .query(query) .build());
But I always get the following exception:
com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type
java.lang.Integerfrom String "2025-06-25T10:57:57Z": not a valid
java.lang.Integer value
Looks like that the error is thrown, when trying to parse android_last_seen_at
Thanks for your help!
Metadata
Metadata
Assignees
Labels
No labels