Skip to content

Update Custom Channel Event API customer ID #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down