connectcases_create_related_item {paws.customer.engagement} | R Documentation |
Creates a related item (comments, tasks, and contacts) and associates it with a case
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. |
[Package paws.customer.engagement version 0.7.0 Index]