These docs are for v0.1.0. Click to read the latest docs for v1.0.0.

Front.attachTag(tag_name)

You can add tags to a conversation.

For this, you will need the alias of the tag. The alias is a URL-friendly, human-readable name for the tag that is unique to your company. You can find the alias of a tag by looking at your browser URL when you click on a tag in Front.

tag_name: string

The tag alias to be attached to this conversation.

Front.attachTag('feature_request');