connectcases_create_related_item: Creates a related item (comments, tasks, and contacts) and...

View source: R/connectcases_operations.R

connectcases_create_related_itemR Documentation

Description

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(
  caseId,
  content,
  domainId,
  performedBy = NULL,
  type
)

Arguments

caseId

[required] A unique identifier of the case.

content

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

domainId

[required] The unique identifier of the Cases domain.

performedBy

Represents the creator of the related item.

type

[required] The type of a related item.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.