| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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 <noreply@anthropic.com>
…gned Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Why?
Conversation attributes that are restricted to specific teams (visible_to_team_ids) can now stay visible in the Inbox on conversations that have no team assigned. This adds the corresponding visible_when_unassigned field to the OpenAPI description for the /conversations/attributes endpoints.
How?
Added visible_when_unassigned (boolean, defaults to false) to the conversation attribute response schema and both request schemas (create/update) in descriptions/0/api.intercom.io.yaml, and updated the existing response examples to include it.
Generated with Claude Code