View source: R/connectcases_operations.R
connectcases_create_case | R Documentation |
If you provide a value for PerformedBy.UserArn
you must also have connect:DescribeUser permission on the User ARN resource that you provide
See https://www.paws-r-sdk.com/docs/connectcases_create_case/ for full documentation.
connectcases_create_case(
clientToken = NULL,
domainId,
fields,
performedBy = NULL,
templateId
)
clientToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. |
domainId |
[required] The unique identifier of the Cases domain. |
fields |
[required] An array of objects with field ID (matching ListFields/DescribeField) and value union data. |
performedBy |
|
templateId |
[required] A unique identifier of a template. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.