INPUT_OBJECT
CreateOrUpdateCallInput
link GraphQL Schema definition
- input CreateOrUpdateCallInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Specific opportunity line-item discussed on the call, when applicable.
- : CreateOpptyProductRelationInput
- # Id of the linked account.
- : ID
- # Id of the calling user.
- : ID
- # Id of the user the call was made with.
- : ID
- # Id of the linked contact.
- : ID
- # Id of the linked lead or opportunity, or empty when not linked.
- : ID
- # Id of the linked opportunity product line-item.
- : ID
- # External phone number called or received, in E.164 format.
- : String
- # Id of the linked product.
- : ID
- # External transcription identifier from the calling provider.
- : String
- # Language requested for the transcription as a BCP-47 locale tag (e.g. "en-US").
- : String
- # AI-generated summary of the call transcription.
- : String
- # Id of the call-log record from the calling provider that this call is associated
- # with.
- : ID
- # This is a small hack to force creation of MediaEntity upon Call
- # creation.
- #
- # This field cannot be actually set. Instead, CallRepository.create method handles
- # media creation,
- #
- # if requested.
- #
- : AudioStatus
- }