npx skills add ...
npx skills add forcedotcom/sf-skills --skill service-agentforce-channel-configure
Wires an existing, active Agentforce agent to a channel by resolving a fallback queue, setting up inbound routing (either PATCH SessionHandlerId on the MessagingChannel, or an inbound RoutingFlow for Voice/Email), and optionally configuring outbound escalation. Use when the user wants to add a channel to an existing agent, connect an agent to a messaging or voice channel, route Voice or Email-to-Case to an Agentforce agent, or set up a fallback queue for an agent channel. Also applies to an existing Help Agent. The channel infrastructure must already exist — this skill adds routing. DO NOT TRIGGER when the agent does not yet exist or still needs Help Agent setup (use agentforce-generate or service-helpagent-coordinate), when setting up Email-to-Case with an agent end-to-end (use service-email-to-case-configure), when creating the MessagingChannel itself (use service-digital-engagement-channel-configure), or when creating an Embedded Service Deployment (use service-digital-engagement-deployment-configure).
npx skills add forcedotcom/sf-skills --skill service-agentforce-channel-configure
Adds inbound routing between an existing channel and an existing Agentforce agent. The agent receives work items from the channel; a fallback queue handles overflow when the agent is unavailable.
This skill is generic — it works for any Agentforce agent, not just the Help Agent template.
In scope:
QueueSobject SobjectTypesessionHandlerType=AgentforceServiceAgent + sessionHandlerQueue on an existing MessagingChannel, then binding SessionHandlerId via Data API PATCHPstnVoice MessagingChannel already exist (provisioned by the caller, e.g. service-helpagent-coordinate), then creating an inbound RoutingFlow (routingType: Copilot) that routes to the agent with the queue as fallbackBotEmailDefinition (Email Configuration) that links the agent to Service Email and binding it to the routing addressservice-agentforce-human-escalation-configureOut of scope:
agentforce-generate or service-helpagent-coordinateservice-digital-engagement-channel-configureservice-digital-engagement-deployment-configureDeveloperName and agent label (MasterLabel) — must be an existing, active agentDeveloperName (Branch A), or the channel name/context (Branches B/C)Steps are sequential. Read references/channel-types.md first to confirm the routing branch before proceeding.
This skill performs metadata/data writes (MessagingChannel edits, RoutingFlow deploys, agent republish). Before any write, classify the target org and refuse real production:
safe_to_write is true only when IsSandbox=true, OR TrialExpirationDate is non-null (trial/CDO), OR OrganizationType is Developer Edition / Base Edition.safe_to_write is false, stop — state plainly that this is a real production customer org and escalation/channel wiring will not be applied. Do not proceed to any write phase.safe_to_write is true, show the write plan (which MessagingChannel/RoutingFlow/agent will change) and get explicit user confirmation of the target org before continuing.Never bypass this gate — a mistaken production write here reroutes live customer traffic.
Confirm the agent exists and has an active version:
Stop with a clear message if the definition is not found or no version has Status = Active.
Branch A caveat — an Active BotVersion is necessary but NOT sufficient to bind as
sessionHandlerAsa. The platform only accepts an agent that is provisioned/connected as a deployable Agentforce Service Agent (typically anExternalCopilot). Binding an agent that is merely Active fails the Phase 2 deploy withOnly active Agentforce Service Agents are supported for a Messaging Channel. Confirm bindability read-only before writing: if any MessagingChannel on the org already usessessionHandlerType=AgentforceServiceAgent, retrieve it (sf project retrieve start --metadata "MessagingChannel:{EXISTING}" --target-org $ORG) and read its<sessionHandlerAsa>— that set is the org's provably-bindable ASAs. If the chosen agent is not a provisioned ASA and no bindable ASA exists, stop and reportBLOCKED: provide an agent that is provisioned as an Agentforce Service Agent.
Resolve the fallback queue and routing configuration — follow references/queue-resolution.md:
references/channel-types.md)AskUserQuestion or create newQueueRoutingConfig; create one with the correct capacity percentage if absentQUEUE_DEVELOPER_NAME, QUEUE_NAME, and QUEUE_IDBefore making any routing change, detect whether the channel already has active inbound routing (Branch A: non-empty SessionHandlerType; Branches B/C: any active RoutingFlow assigned to the service channel). If it does, first check whether the user's prompt already answered the timing choice ("do not cut over" / "wire manually" / "review first" → defer silently; "cut over now" / "activate immediately" → proceed silently). Only if the prompt is silent, warn via AskUserQuestion and let the user choose "Re-route now" or "Set up, then wire manually" — and on any ambiguous or no-selection response, default to the deferred path (never to a live re-route). When deferred, set DEFER_INBOUND_ROUTING=true, skip the channel-activation step in the chosen branch, and print the manual wiring instructions at the end of Phase 2.
If the channel has no existing routing, skip this gate entirely and proceed directly.
Full detection queries, exact AskUserQuestion block, deferred-flow rules per branch, and manual-wiring copy: references/live-traffic-gate.md.
No RoutingFlow required. Deploy the MessagingChannel with sessionHandlerType + sessionHandlerQueue only, then bind the bot via a Data API PATCH. sessionHandlerAsa is not accepted by the Metadata API at v67 — the deploy silently drops it and SessionHandlerId stays null unless you run the PATCH. The bot must be Active before the PATCH ("Only active Agentforce Service Agents are supported" otherwise).
Run all five steps in order. Perform retrieve and edit in the current SFDX project, so the deploy reads the edited .messagingChannel-meta.xml from force-app; do not use a temporary directory.
Retrieve the current MessagingChannel metadata into the working-directory project:
Edit the retrieved .messagingChannel-meta.xml in place — set exactly these two fields (do NOT add <sessionHandlerAsa>):
Apply this edit with the file-editing tool (Edit/Write) so the change is saved to the retrieved file at force-app/main/default/messagingChannels/{CHANNEL_DEVELOPER_NAME}.messagingChannel-meta.xml in the working directory — do not hand-edit it through an inline sed/cat heredoc into a temp path. The deploy in step 3 must read this same on-disk file.
Deploy:
If the deploy fails with Only active Agentforce Service Agents are supported for a Messaging Channel, the agent is not a bindable ASA on this org (see the Phase 1 caveat). Do not retry with the same agent — the channel is left unchanged (the failed deploy is atomic). Report BLOCKED with the remediation: bind an agent already provisioned as an Agentforce Service Agent, or provision this one, then re-run.
Bind the bot via Data API PATCH:
Verify:
Both SessionHandlerId and FallbackQueueId must be non-null.
No agent file changes — no republish needed. Proceed to Phase 3 (optional).
Wire the PstnVoice MessagingChannel through an inbound Copilot RoutingFlow, with the queue as fallback, and add the required modality voice: block before republishing the agent.
Follow references/channel-branch-voice.md end to end. Highlights:
PstnVoice MessagingChannel or have service-helpagent-coordinate provision one first using that skill's Voice channel reference; abort if the org uses a partner telephony provider (see references/channel-types.md).references/routing-flow.md, verifying ActiveVersionId is non-null.MessagingChannel metadata file for {CHANNEL_DEVELOPER_NAME} with sessionHandlerType=Flow, sessionHandlerFlow={FLOW_DEVELOPER_NAME}, sessionHandlerQueue={QUEUE_DEVELOPER_NAME}. Without this the flow is never executed and calls hang up. Verify SessionHandlerId starts with 300.modality voice: block (voice_id UgBBYS2sOqTuMpoF3BR0, "Mark", en_US) to the .agent file if missing; do not ask the user. Republish per references/agent-wiring.md.Proceed to Phase 3 (optional).
Let the user choose direct case-owner assignment or an Omni-Channel Copilot RoutingFlow. This branch requires API v68.0+, a connection service_email: surface, and a BotEmailDefinition.
Follow references/channel-branch-email.md end to end. Load-bearing gotchas (full walkthrough in that file):
--metadata-dir Settings:Case deploy, never a source --metadata Settings:Case deploy (it reads sourceApiVersion and mutates the user's project).AskUserQuestion): case-owner (caseOwner = the agent's bot user) or Omni-Channel flow (Copilot RoutingFlow + routingFlow/fallbackQueue). Resolve the bot user either way; routing fields go in the Step 4d deploy.connection service_email: surface via deactivate → publish → activate (a plain publish fails with couldn't find the default agent user). Batch the outbound route here too if escalation is wanted.--metadata-dir, then bind the routing address in one Settings:Case deploy (botEmailDefinition + Step 2 routing fields + the required casePriority). Stop on failure.Branch C is complete once the routing-address binding is verified. Proceed to Phase 3.
Authoritative owner: full agent-to-human escalation is owned by
service-agentforce-human-escalation-configure. This includes the escalation topic, planner coupling, staffed human queue, outbound flow, failure-threshold directives, republish, and deterministic verification.
After inbound routing is confirmed, ask the user:
"Inbound routing is now set up — the channel will route to [agent name]. Do you also want to configure outbound escalation so the agent can hand off to a human when requested?"
If yes, delegate to service-agentforce-human-escalation-configure. Pass the resolved agent,
channel type, context object, and fallback queue as known inputs. Do not duplicate that skill's
write or verification steps here.
| Rule | Rationale |
|---|---|
| Verify the agent exists and is Active before making any changes | Wiring a channel to a non-existent or inactive agent silently fails at runtime |
If the channel already has active inbound routing, honor an explicit defer/cutover intent in the prompt without asking; otherwise warn via AskUserQuestion and default to defer on ambiguity | Re-routing takes effect immediately and affects live traffic — queue and RoutingFlow creation always proceed; only the activation step is gated, and the safe default is non-destructive |
| When deferred, print exact manual wiring instructions before Phase 3 | The operator needs to know precisely what to run when they're ready to cut over |
| Never modify the MessagingChannel without retrieving the current metadata first | Overwriting without retrieval discards existing settings |
Branch A: no RoutingFlow, no agent republish; deploy sessionHandlerType + sessionHandlerQueue via metadata, then bind SessionHandlerId via Data API PATCH | sessionHandlerAsa is not accepted by the Metadata API at v67 — the deploy silently drops it, so bot binding must happen via the Data API PATCH after deploy. Bot must be Active before the PATCH |
| Branches B/C: always create a new RoutingFlow — never reuse existing org flows | OOB platform flows commonly have ActiveVersionId: null and cannot be referenced |
Branches B/C: use routingType: Copilot and copilotLabel — not QueueBased | QueueBased routes to the queue directly; Copilot routes to the agent first with the queue as fallback |
Queue Id must be queried and embedded in the RoutingFlow XML | The queueId parameter requires a hardcoded 18-char record Id — do not leave it empty |
Queue naming: {ChannelTypeLabel} Queue | Named after the channel type, not the agent |
| Outbound escalation is optional — never block inbound routing completion on it | Inbound and outbound are independent; inbound wiring is complete without the outbound step |
Branch C: deploy BotEmailDefinition via --metadata-dir, never --metadata BotEmailDefinition:<name> | Not in the CLI's SDR registry, so the named-type deploy fails; metadata-format works |
Branch C: do not wire an agent carrying a ServiceCustomerVerification topic to email | Detect and stop — do not auto-remove (may be legitimate for a multi-surface agent). See channel-branch-email.md Step 4a |
QueueSobject record with the correct SobjectType for the channel typeQueueRoutingConfig with the correct CapacityPercentage (50 / 100 / 25 for Chat / Voice / Email)SessionHandlerType = AgentforceServiceAgent after deploySessionHandlerId is non-null after the Data API PATCH (matches the bot's BotDefinition.Id, starts with 0Xx)FallbackQueueId is non-null after the Data API PATCH (matches the resolved queue Id)ActiveVersionId is non-nullroutingType = Copilot in the flow's routeWork actioncopilotLabel matches the agent's exact MasterLabelqueueId is populated (non-empty)EmailRoutingAddress record created with correct PersonalName and AddresscaseOrigin, saveEmailHeaders: true, addressType: EmailToCaseEinsteinServiceAgent with a bot user holding agentforceServiceAgentUser; active version carries the ServiceEmail surface; no ServiceCustomerVerification topic on the email agentEmailTemplate is SFX, HTML, public, and contains [[[GENERATED_CONTENT]]] + [[[LEGAL_DISCLOSURE]]]BotEmailDefinition deployed via --metadata-dir with success: true; legalDisclaimer/signature ≥10 charsbotEmailDefinition child set to the deployed component fullNamecaseOwner+caseOwnerType or routingFlow+fallbackQueue, with casePriority presentservice-agentforce-human-escalation-configure returned CONFIGURED or ALREADY-CONFIGURED| File | When to read |
|---|---|
references/channel-types.md | Phase 1 — determine SobjectType and routing branch |
references/queue-resolution.md | Phase 1 — queue lookup, creation, and Id capture |
references/live-traffic-gate.md | Phase 2 — detection queries, deferred-flow rules, and manual wiring copy for the live-traffic warning gate |
references/channel-branch-voice.md | Branch B — full Voice inbound wiring: PstnVoice channel selection, RoutingFlow, MessagingChannel assignment, modality voice: republish |
references/channel-branch-email.md | Branch C — full Email-to-Case wiring: API v68.0+ precondition gate, CaseSettings flags, EmailRoutingAddress + read-modify-write patch, inbound RoutingFlow, mandatory connection service_email: surface block, headless BotEmailDefinition deploy, routing-address binding |
references/botemaildefinition.md | Branch C Step 4 — BotEmailDefinition fields, save-time validation order, ASA template rules, --metadata-dir deploy recipe, ServiceEmail surface prerequisite, composite org gate |
references/routing-flow.md | Branches B/C — inbound RoutingFlow XML template, deploy, verify |
references/agent-wiring.md | Phase 3 (optional) — outbound escalation connection block |
assets/BotEmailDefinition.botEmailDefinition-meta.xml | Branch C Step 4c — starting template for the BotEmailDefinition source file |
assets/mdapi-package.xml | Branch C Step 4c — metadata-format package.xml for the --metadata-dir deploy |
assets/email/unfiled$public/AgentforceForServiceEmailTemplate.email + .email-meta.xml | Branch C Step 4b (fallback) — minimal ASA-compliant SFX reply template when the user has none |
scripts/validate-botemaildefinition.py | Branch C Step 4c — validate the BotEmailDefinition file before deploy |
scripts/validate-emailtemplate.py | Branch C Step 4b (fallback) — validate the SFX template before deploy |