diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 56bb766..130275c 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -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 @@ -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"