intercom-php
intercom-php copied to clipboard
Adds company attached contacts endpoint support
Why?
This change was made to add support to the following endpoint: https://developers.intercom.com/intercom-api-reference/reference/listattachedcontacts
How?
- Adding the path of the resource.
- Adding the function that sends the
GET
request, including theID
as a param andoptions
in the query. - Adding tests.