Create OmniChannel Presence Configuration
sf_create_presence_configurationCreate a Presence Configuration to define which Service Channels agents can handle and set their total work capacity for routing.
Instructions
Creates a Presence Configuration (PresenceUserConfig) that controls which Service Channels agents can handle and their total work capacity.
capacity: total capacity units available to agents with this configuration serviceChannels: list of Service Channel API names the agents can work on allowAgentsToChangeStatus: whether agents can manually change their presence status
Assign this configuration to agents via their Profile or Permission Set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| capacity | No | Maximum concurrent work items per agent | |
| configName | Yes | API name of the PresenceUserConfig | |
| description | No | ||
| serviceChannels | No | ||
| allowAgentsToChangeStatus | No |