View source: R/connect_operations.R
connect_create_routing_profile | R Documentation |
Creates a new routing profile.
See https://www.paws-r-sdk.com/docs/connect_create_routing_profile/ for full documentation.
connect_create_routing_profile(
InstanceId,
Name,
Description,
DefaultOutboundQueueId,
QueueConfigs = NULL,
MediaConcurrencies,
Tags = NULL,
AgentAvailabilityTimer = 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 routing profile. Must not be more than 127 characters. |
Description |
[required] Description of the routing profile. Must not be more than 250 characters. |
DefaultOutboundQueueId |
[required] The default outbound queue for the routing profile. |
QueueConfigs |
The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls. The limit of 10 array members applies to the maximum number of
|
MediaConcurrencies |
[required] The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile. |
Tags |
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }. |
AgentAvailabilityTimer |
Whether agents with this routing profile will have their routing order calculated based on longest idle time or time since their last inbound contact. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.