Updates details about a specific task template in the specified Connect Customer instance
Source:R/connect_operations.R
connect_update_task_template.RdUpdates details about a specific task template in the specified Connect Customer instance. This operation does not support partial updates. Instead it does a full update of template content.
See https://www.paws-r-sdk.com/docs/connect_update_task_template/ for full documentation.
Usage
connect_update_task_template(
TaskTemplateId,
InstanceId,
Name = NULL,
Description = NULL,
ContactFlowId = NULL,
SelfAssignFlowId = NULL,
Constraints = NULL,
Defaults = NULL,
Status = NULL,
Fields = NULL
)Arguments
- TaskTemplateId
[required] A unique identifier for the task template.
- InstanceId
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Name
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.
- SelfAssignFlowId
The ContactFlowId for the flow that will be run if this template is used to create a self-assigned task.
- 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
ACTIVEorINACTIVEfor a task to refer to it. Tasks can only be created fromACTIVEtemplates. If a template is marked asINACTIVE, then a task that refers to this template cannot be created.- Fields
Fields that are part of the template.