View source: R/connect_operations.R
connect_create_task_template | R Documentation |
Creates a new task template in the specified Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_create_task_template/ for full documentation.
connect_create_task_template(
InstanceId,
Name,
Description = NULL,
ContactFlowId = NULL,
Constraints = NULL,
Defaults = NULL,
Status = NULL,
Fields,
ClientToken = NULL
)
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
Name |
[required] The name of the task template. |
Description |
The description of the task template. |
ContactFlowId |
The identifier of the flow that runs by default when a task is created by referencing this template. |
Constraints |
Constraints that are applicable to the fields listed. |
Defaults |
The default values for fields when a task is created by referencing this template. |
Status |
Marks a template as |
Fields |
[required] Fields that are part of the template. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.