Skip to contents

Creates a related item (comments, tasks, and contacts) and associates it with a case.

See https://www.paws-r-sdk.com/docs/connectcases_create_related_item/ for full documentation.

Usage

connectcases_create_related_item(
  domainId,
  caseId,
  type,
  content,
  performedBy = NULL
)

Arguments

domainId

[required] The unique identifier of the Cases domain.

caseId

[required] A unique identifier of the case.

type

[required] The type of a related item.

content

[required] The content of a related item to be created.

performedBy

Represents the creator of the related item.