You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add external_references to conversation schema (Preview)
Documents the external_references array on the conversation and
conversation_list_item schemas for the Preview API.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
description: QA monitor evaluations that flagged this conversation. Only included when `include_monitors=true` is passed as a query parameter.
@@ -29540,6 +29566,31 @@ components:
29540
29566
nullable: true
29541
29567
description: The current channel of the conversation. May differ from `initial` if the conversation was migrated between channels. Returns `null` if channel data is unavailable.
29542
29568
example: messenger
29569
+
conversation_external_reference:
29570
+
title: Conversation External Reference
29571
+
type: object
29572
+
description: A reference linking a conversation to a record in an external helpdesk
29573
+
or CRM system, surfaced for Fin Standalone workspaces.
29574
+
properties:
29575
+
type:
29576
+
type: string
29577
+
description: The type of external system the reference points to.
29578
+
enum:
29579
+
- zendesk_ticket
29580
+
- zendesk_sunshine_conversation
29581
+
- salesforce_case
29582
+
- salesforce_in_app_message_conversation
29583
+
- freshdesk_ticket
29584
+
- freshchat_conversation
29585
+
- hubspot_conversation
29586
+
- custom_helpdesk_conversation
29587
+
- api_conversation
29588
+
example: zendesk_ticket
29589
+
id:
29590
+
type: string
29591
+
description: The identifier of the record in the external system. Always
29592
+
serialized as a string, since some external IDs exceed 32-bit integer range.
0 commit comments