From 6ac5350d062ce3b7421b7e7b8183fc34660b07ed Mon Sep 17 00:00:00 2001 From: kdlynch Date: Mon, 20 Jul 2026 17:22:44 -0700 Subject: [PATCH] Add visible_when_unassigned to conversation attribute descriptors Lets team-restricted conversation attributes stay visible in the Inbox on unassigned conversations. Optional boolean, defaults to false, returned on GET/POST/PUT /conversations/attributes and accepted on create/update. Co-Authored-By: Claude Fable 5 --- descriptions/0/api.intercom.io.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 6067f6b..c6e16d0 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -14021,6 +14021,7 @@ paths: data_type: string required: false visible_to_team_ids: [] + visible_when_unassigned: false archived: false created_at: 1777473061 updated_at: 1777473061 @@ -14033,6 +14034,7 @@ paths: data_type: list required: false visible_to_team_ids: [] + visible_when_unassigned: false archived: false created_at: 1777472538 updated_at: 1777537799 @@ -14054,6 +14056,7 @@ paths: data_type: relationship required: false visible_to_team_ids: [] + visible_when_unassigned: false archived: false created_at: 1777547482 updated_at: 1777547482 @@ -14103,6 +14106,7 @@ paths: data_type: string required: false visible_to_team_ids: [] + visible_when_unassigned: false archived: false created_at: 1778239701 updated_at: 1778239701 @@ -14185,6 +14189,7 @@ paths: data_type: string required: false visible_to_team_ids: [] + visible_when_unassigned: false archived: false created_at: 1777473061 updated_at: 1777473061 @@ -14253,6 +14258,7 @@ paths: data_type: string required: false visible_to_team_ids: [] + visible_when_unassigned: false archived: false created_at: 1778239701 updated_at: 1778239718 @@ -14333,6 +14339,7 @@ paths: data_type: string required: false visible_to_team_ids: [] + visible_when_unassigned: false archived: true created_at: 1778239701 updated_at: 1778239721 @@ -14402,6 +14409,7 @@ paths: data_type: list required: false visible_to_team_ids: [] + visible_when_unassigned: false archived: false created_at: 1777472538 updated_at: 1778240000 @@ -14536,6 +14544,7 @@ paths: data_type: list required: false visible_to_team_ids: [] + visible_when_unassigned: false archived: false created_at: 1777472538 updated_at: 1778240001 @@ -14673,6 +14682,7 @@ paths: data_type: list required: false visible_to_team_ids: [] + visible_when_unassigned: false archived: false created_at: 1777472538 updated_at: 1778240002 @@ -31863,6 +31873,10 @@ components: items: type: string example: [] + visible_when_unassigned: + type: boolean + description: Whether this attribute stays visible on unassigned conversations when visible_to_team_ids restricts visibility to specific teams. Defaults to false. + example: false archived: type: boolean description: Whether this attribute is archived. @@ -32103,6 +32117,10 @@ components: items: type: string example: [] + visible_when_unassigned: + type: boolean + description: Whether this attribute stays visible on unassigned conversations when visible_to_team_ids restricts visibility to specific teams. Defaults to false. + example: false create_conversation_attribute_string_request: title: Create Conversation Attribute Request (String) allOf: @@ -32257,6 +32275,10 @@ components: items: type: string example: [] + visible_when_unassigned: + type: boolean + description: Whether this attribute stays visible on unassigned conversations when visible_to_team_ids restricts visibility to specific teams. Defaults to false. + example: false reference: type: object description: "(Relationship data type only) Reference configuration for related objects."