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
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

Configure credentials above to enable sending.

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

TypeScript

import intercom from '@utdk/intercom';

await intercom.collectfinvoicecallsbyconversationid()