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

PHP bindings for the Intercom API

Results 33 intercom-php issues
Sort by recently updated
recently updated
newest added

## Version info - intercom-php version: 4.2 - Intercom API version: 1.4 - PHP version: 7.3 ## Expected behavior I am trying (as per the documentation here: https://developers.intercom.com/intercom-api-reference/v1.4/reference#user-or-contact-initiated-conversation) to initiate...

#### Why? - Added Articles endpoint - Added Contact Tagging - Added Conversation Tagging - Added additional Messages endpoints including Exports #### How? - N/A

I see the method in API reference but there's no method in PHP SDK

As far as I can see there is no method corresponding to the ["List attached companies"](https://developers.intercom.com/intercom-api-reference/reference#list-companies-of-contact) endpoint. This would be helpful when you want to obtain a list of companies...

Is Code Climate private? I mean the badge won't show up and I see a 404 page when I click on it. Is it an internal tool?

When searching contacts for example, if your initial search contains `sort` and succeeding nextSearch requests doesn't (because the lib doesn't support passing it), it breaks and API returns 500 server_error.

Hi there 👋 We have a problem when recreating the help center internally as we cannot retrieve the order in which articles are displayed within the help center. We know...

## Version info - intercom-php version: 4.4 - Intercom API version: 2.2 - PHP version:7.4 ## Expected behavior 400 bad request ## Actual behavior 404 not found ## Steps to...

It is quite irritating to try to map the http documentation into this library - for example how to get the next page of a searchpage. This might seem obvious...

When I tried to upgrade from api version 1.4 to 2.2 I got an exception with a 404 when I tried to query for users. ## Version info - intercom-php...