Add interface support for opens, closes, and assignments#101
Add interface support for opens, closes, and assignments#101jkeyes merged 1 commit intointercom:masterfrom
Conversation
|
Seems like the coveralls doesn't check for integration specs (which is where the other conversations specs seemed to be located) |
|
Having a look at this now @bobjflong. Thanks. |
|
@bobjflong The integration tests run against the real API, that's why you need to specify the |
|
@bobjflong The integration tests are to mirror the functionality covered in the README. It's really the sanity test for the library, and allows us to check that the Intercom side is behaving as documented. |
|
Hi @jkeyes thanks - is there anything I should do his to get this merge-able? |
|
@bobjflong I'll merge it as is. I've work to do on version 3 which will bring it into line with the current intercom-ruby, and I'll move things around as need be then. Did a customer request this? |
|
@jkeyes it's definitely been a commonly requested set of features, and quite popular since launch. |
Add interface support for opens, closes, and assignments
We recently added support for assigning, opening, and closing conversations: https://doc.intercom.io/api/#replying-to-a-conversation
We've also released updated versions of the Go, Java, Ruby, and PHP libraries. Be good to get nice support in here too!