GetGongCallInformationByCallIdPayload
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.
type GetGongCallInformationByCallIdPayload {
call: GetGongCallInformationByCallIdDetail
success: Boolean!
error: String
}
Fields
GetGongCallInformationByCallIdPayload.call ● GetGongCallInformationByCallIdDetail object
The call's metadata and media, when found.
GetGongCallInformationByCallIdPayload.success ● Boolean! non-null scalar
True when the call was successfully fetched.
GetGongCallInformationByCallIdPayload.error ● String scalar
Error message when the lookup failed.