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

Java bindings for the Intercom API

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

Apparently the bintray repo dependency needs to use https, not http as currently documented in the README. ## Version info - intercom-java version: 2.8.1 - Java version: 1.8.0_232 ## Expected...

Simple documentation issue for your README. You reference: https://jcenter.bintray.com For the Maven dependency. Change it to HTTPS. There is a bug in a Jenkins plugin where it won't follow the...

#### Why? I need to see real type of the conversation message and delivered_as field #### How? See the PR

Hi Intercom team! The documentation is misleading regarding how to find a User by email. ## Version info - intercom-java version: 2.8.0 - Java version: 8 ## Expected behavior According...

There's a problem when trying to collect some data fro all users. I'm using scroll operation for ~45k users. I can no longer finish all scrolling operations due to failures...

This adds bindings for: - `conversation_part.attachments` - `conversation.customers` Also adds a couple tests for retrieval of `ConversationPart` details. Relevant API doc sections: - https://developers.intercom.com/intercom-api-reference/reference#conversation-part-model - https://developers.intercom.com/intercom-api-reference/reference#conversation-model

Please use the following template to submit your issue. Following this template will allow us to quickly investigate and help you with your issue. Please be aware that issues which...

Please fix code like this: https://github.com/intercom/intercom-java/blob/746c37745531bd4a8eda0be6085402ead739f64c/intercom-java/src/main/java/io/intercom/api/Conversation.java#L276 You must validate collection size before call ...get(0) Оtherwise it will be java.lang.ArrayIndexOutOfBoundsException: 0

## Version info - intercom-java version: 2.2.7 - Java version: 1.8.0_121 ## Expected behavior We have a user with company names that has special characters in their names e.g. apostrophe...

## Version info - intercom-java version: 2.8.0 - Java version: 8 ## Description While building an application that utilizes this library, it's a common use-case to want to access multiple...