intercom-php
intercom-php copied to clipboard
PHP bindings for the Intercom API
## Version info - intercom-php version: 4.4 - Intercom API version: 2.4 - PHP version: 7.4.9 ## Expected behavior I was expecting to fetch all conversions for a specific lead,...
#### Why? - Merging contact API is not covered - https://developers.intercom.com/intercom-api-reference/reference#merge-contact #### How? - Add `merge contact` method to `IntercomContacts` class - Add test - Update README
Api ver 2.3 How to detach contact with this doc https://developers.intercom.com/intercom-api-reference/reference#untag-contact? i can't find detach method. thanks
Hi, I'm trying to attach a tag to a contact. I can see it in the API docs, but I can find an appropriate method - has it been implemented?...
Fixed a small typo in the create contact call, the attribute for setting the type is `role`, not `type` (which is actually the object type, `contact`). Unfortunately the API doesn't...
Allow update method to update a specified company with an id. #### Why? The API supports the update via ID but not the SDK. There is a workaround but it...
#### Why? When using cursor pagination on the get all contacts endpoint, the page size set is not taken into account. #### How? Passed the full `pages` object to the...
Please use the following template to submit your issue. Following this template will allow us to quickly investigate and help you with your issue. Please be aware that issues which...
#### Why? Make it possible to delete a company from Intercom #### How? By making an API request to the company delete endpoint
#### Why? - To aviod errors caused by wrong type arguments #### How? - Add type hints to each methods