Remove Tags from a Conversation

The Front - Remove Tags to a Conversation step is used to remove one or more Front tags from a conversation. This can be used to remove a tag that is no longer relevant from a conversation before adding a new tag. However, tags in Front have many other uses too. For more information about tags in Front see their tags help page.

Inputs

Connection

Select a connection that contains the passwords or keys that are needed to access a specific Front instance that users want to use. Since users can not enter secret information directly into the step input, a connection must be created in advance. Generally, connections are created by Administrators or IT Staff who have access to the necessary credentials.

Message ID

The externalId output from a Message Retriever step that is connected to Front will contain the Message ID of the message. This is usually the value used for this input.

Users do NOT need to provide both a Message ID and a Conversation ID but one of them must be provided.

Conversation ID

Other Front steps may provide a Conversation ID that can be used to fill in this input. This step acts on a Front conversation but is able to figure out the conversation from a Message ID if one is provided. If users have a Conversion ID but not a Message ID this step will still work as expected.

If BOTH a Message and Conversation ID are provided then the Conversation ID will be used.

Tags

This field requires a list of tags. In the Y Meadows expression editor a list looks like this:

["tag 1", "tag 2", "tag 3"]

Even if users have only one tag they will still require the square brackets like this:

["tag 1"]

Users need to match the name of the tag from Front, including proper capitalization. If the step is failing, check to make sure that the tags are an exact match in Front.

Outputs

message

The "message" returned by this step is valuable only for troubleshooting when something goes wrong. It will contain a short message from Front about the success or failure of the attempt to add tags to the conversation. If trips are failing at this step users may be able to learn more about the reason for the failure by looking for the message in the trip report (found in the Analytics section of the application).

failedTags

This output will contain a list of all tags that can NOT be removed from the conversation. This commonly happens when the conversation did not have the tag that was supposed to be removed

Last updated