provider Calls POST /fin_voice/register
@utdk/intercom /fin_voice/register
Register a Fin Voice call
Register a Fin Voice call with Intercom. This endpoint creates an external reference that links an external call identifier to an Intercom call and conversation. The call can be from different sources: - AWS Connect (default) - Five9 - Zoom Phone

Try it

Authentication
Configure credentials for Intercom API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

registerfinvoicecall
POST/fin_voice/register
Register a Fin Voice call with Intercom. This endpoint creates an external reference that links an external call identifier to an Intercom call and conversation. The call can be from different sources: - AWS Connect (default) - Five9 - Zoom Phone

Input

required

Phone number in E.164 format for the call

required

External call identifier from the call provider

Source of the call. Can be "five9", "zoom_phone", or defaults to "aws_connect"

Additional metadata about the call

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.registerfinvoicecall()