Skip to content

InvalidFormatException when searching for contacts #344

Open
@thomasjetzinger

Description

@thomasjetzinger

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 validjava.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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions