ZRM Docs
API ReferenceDrive Link

driveLink.create

Type: Mutation · Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
entityTypeenum(quote, invoice, ticket, work_order, project, account, contact, opportunity)YesEntity type
entityIdstringYesID of the associated entity
connectionIdstring.uuidYesID of the associated connection
driveFileIdstringYesID of the associated drive file

Example

{
  "entityType": "quote",
  "entityId": "550e8400-e29b-41d4-a716-446655440000",
  "connectionId": "550e8400-e29b-41d4-a716-446655440000",
  "driveFileId": "550e8400-e29b-41d4-a716-446655440000"
}

On this page