You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements 2.0 Contacts Endpoint methods and Conversation Search (#306)
* Adds 2.0 contact methods
* Adds contact methods to readme.
* Corrects search for contacts
* Removes customers endpoint as this is no longer available in the API
* Adds conversation search
* Adds conversation search to Readme.
* Adds in search pagination for contacts and conversations, adds in cursor pagination for contacts.
* Potential fix for tests
* lint fixes
* Dan.c/2.0 (#307)
* Create dedicated attach and detach methods
* Use post and get methods instead of sendRequest()
* Add default value and update phpdocs
* Lint fixes
* Change string concatenation for consistency
Co-authored-by: Gabriel Anca Corral <GabrielAnca@users.noreply.github.com>
* Add companyId parameter and add types
* Add method to generate detach contact request path
* Add typing for parameter
Co-authored-by: Gabriel Anca Corral <GabrielAnca@users.noreply.github.com>
Co-authored-by: Gabriel Anca Corral <GabrielAnca@users.noreply.github.com>
* Apply suggested docs changes
Co-authored-by: Rane Lafraze <lafrazeRL@gmail.com>
* Minor docs and method arguments fixes
Co-authored-by: Rane Lafraze <lafrazeRL@gmail.com>
Co-authored-by: Gabriel Anca Corral <GabrielAnca@users.noreply.github.com>
Co-authored-by: Gabriel Anca <gabrielancacorral@gmail.com>
For more information about API Versioning, please check the [API Versioning Documentation](https://developers.intercom.com/building-apps/docs/api-versioning) and the [API changelog](https://developers.intercom.com/building-apps/docs/api-changelog).
53
53
54
+
## Contacts
55
+
Warning: This resource is only available on version 2.0 of the Intercom API.
0 commit comments