intercom-node icon indicating copy to clipboard operation
intercom-node copied to clipboard

feat(tags): tagContacts feature implementation

Open augustogiavedoni opened this issue 2 years ago • 0 comments

Why?

The Intercom API exposes a method where we can tag multiple users at once using the tag name. At the moment, this SDK only offers the possibility to tag users one by one using the tag ID.

More information about the API method here.

How?

The implementation of this method is the same as tagCompanies. The only difference is that instead of passing an array of strings called companies, you need to pass an array of strings called users.

The necessary test cases were added (both unit tests and integration tests). Additionally, the documentation was updated.

augustogiavedoni avatar Nov 10 '23 21:11 augustogiavedoni