Skip to content

Commit de77c5a

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 de77c5a

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25466,6 +25466,12 @@ components:
2546625466
type: object
2546725467
description: Fin's answer to the user's query.
2546825468
properties:
25469+
id:
25470+
type: string
25471+
description: |
25472+
A unique identifier for this message.
25473+
Use this to deduplicate the same reply received via both SSE and webhooks.
25474+
example: '98765'
2546925475
author:
2547025476
type: string
2547125477
enum:

descriptions/2.14/api.intercom.io.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19976,6 +19976,12 @@ components:
1997619976
type: object
1997719977
description: Fin's answer to the user's query.
1997819978
properties:
19979+
id:
19980+
type: string
19981+
description: |
19982+
A unique identifier for this message.
19983+
Use this to deduplicate the same reply received via both SSE and webhooks.
19984+
example: '98765'
1997919985
author:
1998019986
type: string
1998119987
enum:

descriptions/2.15/api.intercom.io.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20804,6 +20804,12 @@ components:
2080420804
type: object
2080520805
description: Fin's answer to the user's query.
2080620806
properties:
20807+
id:
20808+
type: string
20809+
description: |
20810+
A unique identifier for this message.
20811+
Use this to deduplicate the same reply received via both SSE and webhooks.
20812+
example: '98765'
2080720813
author:
2080820814
type: string
2080920815
enum:

0 commit comments

Comments
 (0)