Intercom is a customer relationship management and messaging tool for web app owners
This library provides connectivity with the Intercom API (https://api.intercom.io)
Project is based on PHP version found here: https://github.com/nubera-ebusiness/intercom-php
Project is in development mode and as such not tested completely.
<dependency>
<groupId>si.majeric</groupId>
<artifactId>intercom-api-services</artifactId>
<version>1.0.0</version>
</dependency>
Intercom intercom = new Intercom("dummy-app-id", "dummy-api-key");
Intercom intercom = new Intercom("dummy-app-id", "dummy-api-key");
JsonElement response = _intercom.getAllUsers(page, 100);
Intercom intercom = new Intercom("dummy-app-id", "dummy-api-key");
intercom.createUser("userId001", "[email protected]", null, null, System.currentTimeMillis(), null, null, null, null);