Tag Names Now Require Uniqueness Per Workspace
There was a global change within the ClickFunnels app to implement a bug fix that enforces tag name uniqueness within each workspace. This change affects the following tag types:
Affected Endpoints:
Contacts::Tags - POST /workspaces/{workspace_id}/contacts/tags
Product::Tags - POST /workspaces/{workspace_id}/products/tags
Funnel::Tags - POST /workspaces/{workspace_id}/funnels/tags
Orders::Tag - POST /workspaces/{workspace_id}/orders/tags
Impact: This is a breaking change for integrations that create duplicate tag names for any reason.
What Changed:
-
Tag names must now be unique within each workspace (duplicate tag names were retroactively renamed, e.g.,
duplicated tag name
becameduplicated tag name (copy 1)
,duplicated tag name (copy 2)
etc. -
The API will return validation errors when attempting to create tags with duplicate names.
-
Existing duplicate tags remain unaffected, but no new duplicates can be created.