getGongCallInformationByCallId
Resolve a Gong call from a shared call URL: extract the call id from the page HTML, then fetch the call's metadata and media from the Gong API.
getGongCallInformationByCallId(
input: GetGongCallInformationByCallIdInput!
): GetGongCallInformationByCallIdPayload
Arguments
getGongCallInformationByCallId.input ● GetGongCallInformationByCallIdInput! non-null input
The Gong shared URL to resolve.
Type
GetGongCallInformationByCallIdPayload object
Result of looking up a Gong call by shared URL; success is false and
error is set when the URL can't be parsed or the call can't be fetched.