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

Adding support for adding and removing of participants from group conversations - Created a `Participant` class as we're using `Customer` in the response for conversations ratings https://github.com/intercom/intercom-java/pull/235 and also in...

java

Allow specifying a contact when creating an admin message to support [sending admin initiated message to contacts](https://developers.intercom.com/intercom-api-reference/reference#admin-initiated-conversation) ![image](https://user-images.githubusercontent.com/892961/47603772-2e484980-da23-11e8-9ded-031793462469.png)

java

Currently not implemented in the library so just adding support for it

java

Current code utilises the following format to check for object equality in `.equals` methods e.g. ``` if (website != null ? !website.equals(company.website) : company.website != null) return false; ``` This...

enhancement
java

Users can be created while also associating them with a company (as part of the same call). The response of this call contains a key called `customAttributes` belonging to the...

enhancement
java

#### Description - It is not possible to clear a user_id value using the Java SDK - Setting it to `null` does not send the data to the API -...

bug
help wanted
triaged
java

Due to the fact that static methods are used in order to list, create, update etc... entities, we are forced to either talk to 1 Intercom app per Java application...

help wanted
dev
java