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

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

This PR regenerates code to match the latest API Definition.

Resolves intercom/intercom#393007. Bumps `jacksonVersion` from 2.9.10 to 2.18.3. Updates `com.fasterxml.jackson.core:jackson-core` from 2.9.10 to 2.18.3 Commits cc34e8d [maven-release-plugin] prepare release jackson-core-2.18.3 7aaf78f Prep for 2.18.3 release e1f247f Update Ubuntu in CI...

java
dependencies
dependabot-no-alert
dependabot-failed-tests

As a developer it would be nice to have a migration guide from version `2.8.x` to `3.0.0` as a lot has been changed. For example: - Intercom, Company & User...