Skip to content
Open
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: 14 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41058,6 +41058,11 @@ components:
type: string
description: Phone number in E.164 format for the call
example: '+1234567890'
fin_phone_number:
type: string
nullable: true
description: The number Fin Voice is dialled into, as supplied when the call was registered
example: '+1234567890'
status:
type: string
description: Status of the call. Can be "registered", "in-progress", or a resolution state
Expand Down Expand Up @@ -41109,6 +41114,15 @@ components:
type: string
description: External call identifier from the call provider
example: 'call-123-abc'
fin_phone_number:
type: string
nullable: true
description: >-
The number Fin Voice is dialled into, in E.164 format. Set this when you register a
call forwarded through your own telephony platform, where Intercom cannot determine
the number the caller dialled. The country code is required; a number without one is
ignored. If omitted, Intercom uses the workspace phone number.
example: '+1234567890'
source:
type: string
description: Source of the call. Can be "five9", "zoom_phone", or defaults to "aws_connect"
Expand Down