Skip to content

Commit c07cf54

Browse files
rahulgdsouzaclaude
andcommitted
Add message id to fin_agent_replied_event schema
Add an id field to the message object in the fin_agent_replied_event schema in versions 0 (Preview base), 2.14, and 2.15. This enables consumers to deduplicate fin_replied events received via both SSE and webhooks. Towards intercom/intercom#496283 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 43bfa05 commit c07cf54

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25466,6 +25466,10 @@ components:
2546625466
type: object
2546725467
description: Fin's answer to the user's query.
2546825468
properties:
25469+
id:
25470+
type: string
25471+
description: A unique identifier for this message.
25472+
example: '98765'
2546925473
author:
2547025474
type: string
2547125475
enum:

descriptions/2.14/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19976,6 +19976,10 @@ components:
1997619976
type: object
1997719977
description: Fin's answer to the user's query.
1997819978
properties:
19979+
id:
19980+
type: string
19981+
description: A unique identifier for this message.
19982+
example: '98765'
1997919983
author:
1998019984
type: string
1998119985
enum:

descriptions/2.15/api.intercom.io.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20804,6 +20804,10 @@ components:
2080420804
type: object
2080520805
description: Fin's answer to the user's query.
2080620806
properties:
20807+
id:
20808+
type: string
20809+
description: A unique identifier for this message.
20810+
example: '98765'
2080720811
author:
2080820812
type: string
2080920813
enum:

0 commit comments

Comments
 (0)