intercom / intercom-php

PHP bindings for the Intercom API
https://developers.intercom.io/reference
Other
296 stars 141 forks source link

Manage Conversation API Missing #359

Open mhassaanmughal opened 1 year ago

mhassaanmughal commented 1 year ago

We are missing Manage Conversation API on SDK

mhassaanmughal commented 1 year ago

We want to assign conversation to our team which can be done via this API and its missing in code base.

Reference https://developers.intercom.com/intercom-api-reference/reference/manageconversation

ivastly commented 3 days ago

hey @mhassaanmughal, I needed these missing endpoints as well and ended up implementing them myself. Luckly the Intercom client allows extension easily. Here is the snippet how it can be done.