Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tags): tagContacts feature implementation #387

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

augustogiavedoni
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants