intercom-java icon indicating copy to clipboard operation
intercom-java copied to clipboard

Java bindings for the Intercom API

Results 44 intercom-java issues
Sort by recently updated
recently updated
newest added

This PR regenerates code to match the latest API Definition.

when the conversation author type is lead, 'data.conversation_parts.conversation_parts[].author.name' will be null , and "NullPointerException: name must not be null" occurred. Conversation conversation = client.conversations().find(FindConversationRequest.builder().conversationId(conversationId).build()); ![Image](https://github.com/user-attachments/assets/ce11dcc0-f3be-4949-8ed8-4192b91d04e6) ![Image](https://github.com/user-attachments/assets/f9d69c31-76d6-44c7-803d-070915b26bdc)

**SDK version** : 3.0.0 I already have a base of contacts stored with some basic data , and also a 'signed_up_at'. The issue is that the contacts already created with...

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