File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7549,7 +7549,7 @@ paths:
7549
7549
summary: Example request
7550
7550
value:
7551
7551
event_id: "evt_12345"
7552
- conversation_id : "conv_67890"
7552
+ external_conversation_id : "conv_67890"
7553
7553
contact:
7554
7554
type: "user"
7555
7555
external_id: "user_001"
@@ -7600,7 +7600,7 @@ paths:
7600
7600
summary: Example request
7601
7601
value:
7602
7602
event_id: "evt_54321"
7603
- conversation_id : "conv_98765"
7603
+ external_conversation_id : "conv_98765"
7604
7604
contact:
7605
7605
type: "user"
7606
7606
external_id: "user_002"
@@ -7652,7 +7652,7 @@ paths:
7652
7652
summary: Example request
7653
7653
value:
7654
7654
event_id: "evt_67890"
7655
- conversation_id : "conv_13579"
7655
+ external_conversation_id : "conv_13579"
7656
7656
contact:
7657
7657
type: "user"
7658
7658
external_id: "user_003"
@@ -7703,7 +7703,7 @@ paths:
7703
7703
summary: Example request
7704
7704
value:
7705
7705
event_id: "evt_24680"
7706
- conversation_id : "conv_11223"
7706
+ external_conversation_id : "conv_11223"
7707
7707
contact:
7708
7708
type: "user"
7709
7709
external_id: "user_004"
@@ -17734,14 +17734,14 @@ components:
17734
17734
event_id:
17735
17735
type: string
17736
17736
description: Unique identifier for the event.
17737
- conversation_id :
17737
+ external_conversation_id :
17738
17738
type: string
17739
- description: Identifier for the conversation in your system .
17739
+ description: Identifier for the conversation in your application .
17740
17740
contact:
17741
17741
$ref: '#/components/schemas/custom_channel_contact'
17742
17742
required:
17743
17743
- event_id
17744
- - conversation_id
17744
+ - external_conversation_id
17745
17745
- contact
17746
17746
custom_channel_contact:
17747
17747
title: Custom Channel - Simplified Contact
You can’t perform that action at this time.
0 commit comments