Skip to content

Commit abaed1e

Browse files
hathamnehclaude
andcommitted
Update sales_agent schema: add collected_data, rename routing_outcome
- Rename `routing_outcome_identifier` to `routing_outcome` - Remove `routing_outcome_title` - Add `collected_data` as object with additionalProperties Companion to intercom/intercom#495798 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41ec0fd commit abaed1e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18702,17 +18702,22 @@ components:
1870218702
- escalated_to_support
1870318703
- spam
1870418704
example: qualified
18705-
routing_outcome_identifier:
18705+
routing_outcome:
1870618706
type: string
1870718707
nullable: true
1870818708
description: The identifier of the user-defined routing outcome selected
1870918709
by the sales agent.
18710-
example: sales
18711-
routing_outcome_title:
18712-
type: string
18710+
example: enterprise_sales
18711+
collected_data:
18712+
type: object
1871318713
nullable: true
18714-
description: The human-readable title of the user-defined routing outcome.
18715-
example: Sales Qualified Lead
18714+
description: A flat key-value map of memory fields collected by the sales
18715+
agent during the conversation.
18716+
additionalProperties:
18717+
type: string
18718+
example:
18719+
email: user@example.com
18720+
company.name: Acme Inc
1871618721
ai_subtopic:
1871718722
title: AI Subtopic
1871818723
type: object

0 commit comments

Comments
 (0)