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.
connectcases_create_related_item(
caseId,
content,
domainId,
performedBy = NULL,
type
)
[required] A unique identifier of the case.
[required] The content of a related item to be created.
[required] The unique identifier of the Cases domain.
Represents the creator of the related item.
[required] The type of a related item.