intercom-php
intercom-php copied to clipboard
PHP bindings for the Intercom API
The current release is missing the ability to tag Contacts (and by extension Companies) If Users/Lead tagging is not available after 1.4, then this is a serious omission from the...
Hey guys, This isn't a question specific to the PHP API, but I'm having issues with grabbing the icons for collections and sections (for help center). The API returns (for...
Would be incredibly useful if there were Resource object classes that were returned rather than just a generic PHP object, if done correctly this would be fully backwards compatible as...
#### Why? There are many identical public methods called `somethingPath()`. They are 100% internal. There is no need to expose them to the outside world. Moreover, these methods clutter the...
# API Versions The README.md [specifies](https://github.com/intercom/intercom-php?tab=readme-ov-file#api-versions) that the IntercomClient can be configured to use any API version by providing the 3rd argument to the constructor. However, the constructor only takes...
Since the release of 5.x, the intercom-php documentation/readme has been completely useless. Going from the client initialisation (https://github.com/intercom/intercom-php/issues/381) to the request building, a lot of things have been type hinted...
This PR regenerates code to match the latest API Definition.
``` $this->client->contacts->update("abcd", [ 'custom_attributes' => ['nickname' => 'Nick Guichi'], 'email' => '[email protected]', ]); return; ``` I have the existing contact id. `"intercom/intercom-php": "^4.5",` There is no other information from the...