Skip to content

Commit 0181727

Browse files
authored
Update Custom Channel Event API customer ID (#263)
From customer_id to external_customer_id.
1 parent f2f3947 commit 0181727

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7549,7 +7549,7 @@ paths:
75497549
summary: Example request
75507550
value:
75517551
event_id: "evt_12345"
7552-
conversation_id: "conv_67890"
7552+
external_conversation_id: "conv_67890"
75537553
contact:
75547554
type: "user"
75557555
external_id: "user_001"
@@ -7600,7 +7600,7 @@ paths:
76007600
summary: Example request
76017601
value:
76027602
event_id: "evt_54321"
7603-
conversation_id: "conv_98765"
7603+
external_conversation_id: "conv_98765"
76047604
contact:
76057605
type: "user"
76067606
external_id: "user_002"
@@ -7652,7 +7652,7 @@ paths:
76527652
summary: Example request
76537653
value:
76547654
event_id: "evt_67890"
7655-
conversation_id: "conv_13579"
7655+
external_conversation_id: "conv_13579"
76567656
contact:
76577657
type: "user"
76587658
external_id: "user_003"
@@ -7703,7 +7703,7 @@ paths:
77037703
summary: Example request
77047704
value:
77057705
event_id: "evt_24680"
7706-
conversation_id: "conv_11223"
7706+
external_conversation_id: "conv_11223"
77077707
contact:
77087708
type: "user"
77097709
external_id: "user_004"
@@ -17734,14 +17734,14 @@ components:
1773417734
event_id:
1773517735
type: string
1773617736
description: Unique identifier for the event.
17737-
conversation_id:
17737+
external_conversation_id:
1773817738
type: string
17739-
description: Identifier for the conversation in your system.
17739+
description: Identifier for the conversation in your application.
1774017740
contact:
1774117741
$ref: '#/components/schemas/custom_channel_contact'
1774217742
required:
1774317743
- event_id
17744-
- conversation_id
17744+
- external_conversation_id
1774517745
- contact
1774617746
custom_channel_contact:
1774717747
title: Custom Channel - Simplified Contact

0 commit comments

Comments
 (0)