Open
Description
- intercom-java version: 2.8.2
The README documentation shows how to create a Tag
and use it to tag users. However, the vast majority of time, an existing tag will be used. It's not obvious from the documentation how we're supposed to use a tag without creating one.
We can obtain a Tag object by iterating all of the tags. This seems slow and expensive.
There's new Tag().setName()
but there's no way to set the id. Is the id necessary for tagging users and companies? It doesn't seem to be in the underlying rest api, but the Java code seems to use it.
Would love some clarification. Thanks.
Metadata
Metadata
Assignees
Labels
No labels