Skip to content

Tagging API seems odd, or maybe needs more documentation #307

Open
@stickfigure

Description

@stickfigure
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions