Dixa Get/Check Tags
Fetches the tags on a Dixa conversation and checks whether it has any of the tags you are looking for. Use it to branch a flow based on how a conversation is tagged.
What it does
- Retrieves all tags on the given Dixa conversation.
- Checks the conversation tags against a comma separated list of tags to look for.
- Returns whether at least one was found, the matching tags, and the full list of conversation tags.
Inputs
| Name | Type | Description |
|---|---|---|
| Conversation ID | String | The Dixa conversation ID. |
| Dixa API Token | Credentials | API Token that you create in your Dixa account. Token type should be Dixa API and not Integrations API. |
| Lookup Tags | Optional String | String with comma separated list of tags to look for |
Outputs
| Name | Type | Description |
|---|---|---|
| Includes | Boolean | whether the conversation tags include at least one of the lookup tag |
| Tags List | list | list of matching tags found |
| Conversation Tags List | list | Conversation tags list |
| Success | Boolean | whether the action was run successfully |
Notes
- The Dixa API token must be of type "Dixa API", not the Integrations API token.
- Lookup Tags is a comma separated list, for example: vip, urgent.