View source: R/connectcases_operations.R
connectcases_create_related_item | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.