From 1c9cae60121c9300ba5fd31f9147da5e5e77d75c Mon Sep 17 00:00:00 2001 From: Aurora Wang Date: Thu, 22 May 2025 16:05:57 +0100 Subject: [PATCH] Update Custom Channel Event API customer ID From customer_id to external_customer_id. --- descriptions/0/api.intercom.io.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index dd7def9..b7a195f 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -7549,7 +7549,7 @@ paths: summary: Example request value: event_id: "evt_12345" - conversation_id: "conv_67890" + external_conversation_id: "conv_67890" contact: type: "user" external_id: "user_001" @@ -7600,7 +7600,7 @@ paths: summary: Example request value: event_id: "evt_54321" - conversation_id: "conv_98765" + external_conversation_id: "conv_98765" contact: type: "user" external_id: "user_002" @@ -7652,7 +7652,7 @@ paths: summary: Example request value: event_id: "evt_67890" - conversation_id: "conv_13579" + external_conversation_id: "conv_13579" contact: type: "user" external_id: "user_003" @@ -7703,7 +7703,7 @@ paths: summary: Example request value: event_id: "evt_24680" - conversation_id: "conv_11223" + external_conversation_id: "conv_11223" contact: type: "user" external_id: "user_004" @@ -17734,14 +17734,14 @@ components: event_id: type: string description: Unique identifier for the event. - conversation_id: + external_conversation_id: type: string - description: Identifier for the conversation in your system. + description: Identifier for the conversation in your application. contact: $ref: '#/components/schemas/custom_channel_contact' required: - event_id - - conversation_id + - external_conversation_id - contact custom_channel_contact: title: Custom Channel - Simplified Contact