Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11594,6 +11594,7 @@ paths:
created_at: 1734537437
updated_at: 1734537531
recording_url: "https://api.intercom.io/calls/123/recording"
transcription_url: "https://api.intercom.io/calls/123/transcript"
call_type: phone
direction: outbound
ended_reason: answered
Expand Down Expand Up @@ -19240,6 +19241,12 @@ components:
nullable: true
description: API URL to download or redirect to the call recording if available.
example: "https://api.intercom.io/calls/123/recording"
transcription_url:
type: string
format: uri
nullable: true
description: API URL to the call transcript if available.
example: "https://api.intercom.io/calls/123/transcript"
call_type:
type: string
description: The type of call.
Expand Down
7 changes: 7 additions & 0 deletions descriptions/2.14/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10770,6 +10770,7 @@ paths:
created_at: 1734537437
updated_at: 1734537531
recording_url: "https://api.intercom.io/calls/123/recording"
transcription_url: "https://api.intercom.io/calls/123/transcript"
call_type: phone
direction: outbound
ended_reason: answered
Expand Down Expand Up @@ -18114,6 +18115,12 @@ components:
nullable: true
description: API URL to download or redirect to the call recording if available.
example: "https://api.intercom.io/calls/123/recording"
transcription_url:
type: string
format: uri
nullable: true
description: API URL to download or redirect to the call transcript if available.
example: "https://api.intercom.io/calls/123/transcript"
call_type:
type: string
description: The type of call.
Expand Down