provider Calls GET /fin_voice/conversation/{conversation_id}
@utdk/intercom /fin_voice/conversation/{conversation_id}
Collect Fin Voice calls by conversation ID
Retrieve information about Fin Voice calls associated with a conversation. Returns all matched calls for the given conversation ID. A conversation may have multiple associated calls.
conversation_id path required
The Intercom conversation identifier
string

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.

collectfinvoicecallsbyconversationid
GET/fin_voice/conversation/{conversation_id}
Retrieve information about Fin Voice calls associated with a conversation. Returns all matched calls for the given conversation ID. A conversation may have multiple associated calls.

Parameters

required

The Intercom conversation identifier

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.collectfinvoicecallsbyconversationid()