Uncategorized

What’s New in Copilot Studio: June 2025 – Enhancing Agent Lifecycle and Enterprise Governance

What’s New in Copilot Studio: June 2025 – Enhancing Agent Lifecycle and Enterprise Governance

The June update focused on maturing the “Pro-dev” experience, specifically introducing Agent Environments, Managed Identities, and Advanced Analytics to help organizations move agents from prototypes to secure, governed production workloads.

Real-time User Journey: Managed Identity Authentication

One of the most significant “real-time” journeys introduced is how agents access secure company data without managing complex user secrets:

  1. Request: An employee asks the agent, “What is the status of the confidential project Alpha in our Azure SQL database?”
  2. Silent Authentication: Instead of prompting the user for a login or using a shared service account password, the agent uses its Managed Identity (a secure, Entra-based ID assigned to the agent itself).
  3. Secure Access: The agent authenticates directly with the Azure SQL database. The database recognizes the agent’s identity and grants access based on the specific permissions set by the IT admin.
  4. Reasoning & Response: The agent retrieves the data, summarizes it using the LLM, and provides the answer—all while ensuring no passwords were ever exposed or stored in the code.

Step-by-Step: How to Enable Agent Environments

This feature allows teams to separate development work from production use:

  • Step 1: Admin Center Setup: Log into the Power Platform Admin Center and navigate to the Environments tab.
  • Step 2: Create “Dev” and “Prod” Environments: Create two separate environments specifically for your Copilot agents to keep experimental features away from live users.
  • Step 3: Move Agents via Solutions: In Copilot Studio, wrap your agent in a Solution (a container for all its topics and tools).
  • Step 4: Export/Import: Export the solution from the Dev environment and import it into the Prod environment.
  • Step 5: Connection Reference Update: Once imported, update the Connection References (e.g., SharePoint or Outlook links) to point to the production-level data sources.

Infographic: Enterprise Agent Readiness

The June update introduced a “checklist” of capabilities that define an enterprise-ready agent:

PillarFeatureValue
SecurityManaged IdentitiesEliminates the need for hard-coded secrets or credentials.
LifecycleSolution IntegrationEnables standard DevOps pipelines (ALM) for agent deployment.
InsightsConversation TranscriptsGA of full transcript logs for auditing and debugging.
ConnectivityEnhanced ConnectorsNew UI for managing 1,400+ connectors with better error handling.
DiscoveryAgent GalleryA central place for employees to find approved agents.

References

Uncategorized

Smarter Callbacks with Availability-Aware Scheduling CCAAS APIs in Dynamics 365

Smarter Callbacks with Availability-Aware Scheduling CCAAS APIs (Integration of workforce schedules and real-time capacity into the callback request system).

Real-time User Journey

This journey illustrates how a customer experiences a “guaranteed” callback time rather than a generic “as soon as possible” wait:

  1. High Volume Encounter: A customer calls a support line during a peak period. The system informs them of a 30-minute wait time.
  2. Smart Callback Offer: The system offers a callback. Using the Availability-aware API, it doesn’t just look at current queues; it checks the Shift Schedule for the next few hours.
  3. Specific Slot Selection: The IVR (or bot) says, “We can call you back between 2:15 PM and 2:30 PM today when we have a specialist available. Does that work?”
  4. Confirmed Booking: The customer confirms. The system creates a “Scheduled Callback” record that is pinned to the workforce’s available capacity.
  5. Agent Assignment: At 2:15 PM, the Unified Routing engine identifies an agent who has just started their shift and has the required skills.
  6. The Connection: The system dials the customer first, then connects the agent, fulfilling the promise made during the initial call.

Step-by-Step: How to Enable This Feature

This feature requires a combination of Admin Center configuration and API integration for custom IVRs or Portals.

  • Step 1: Enable Workforce Management Go to Contact Center Admin Center > Operations > Workforce Management. Ensure Shift Planning is active and shifts are published for your agents.
  • Step 2: Activate Callback Channel Navigate to Channels > Voice > Manage. Ensure “Direct Callback” is enabled in your voice channel settings.
  • Step 3: Configure the CCAAS API Access the Developer Resources section in the Admin Center to retrieve your CCAAS (Contact Center as a Service) API endpoints. You will need these to feed availability data into your IVR or Website.
  • Step 4: Map Capacity to Routing In Routing > Queues, select your Voice queue and enable the setting “Consider agent shifts for callback scheduling.”
  • Step 5: Set Buffer and Grace Periods Define your “Schedule Buffers” (e.g., don’t offer a callback 5 minutes before an agent’s shift ends).
  • Step 6: Update IVR/Bot Logic Update your Copilot Studio bot or IVR workflow to call the GetAvailability API action, which will present the available time slots to the customer.

Infographic: Traditional vs. Smarter Callbacks

FeatureTraditional Callbacks (ASAP)Smarter Callbacks (Availability-Aware)
TriggerTriggered by queue length only.Triggered by Shift Schedules + Queue Length.
Timing“We will call you back when it’s your turn.”“We will call you back at 2:15 PM.
Agent ImpactCan hit agents right at shift-end.Respects shift boundaries and breaks.
Customer ExperienceUncertain wait; customer might miss the call.High certainty; customer expects the call at a specific time.
Routing LogicFirst available agent.Best agent starting a shift or with open capacity.

References

https://www.microsoft.com/en-us/dynamics-365/blog/it-professional/2025/06/20/smarter-callbacks-with-availability-aware-scheduling-ccaas-apis/

Uncategorized

The power of proactive engagement in Dynamics 365 Contact Center

The power of proactive engagement in Dynamics 365 Contact Center (Transitioning from reactive support to anticipatory service through AI-driven outbound interactions).

Real-time User Journey

This journey illustrates how a utility company uses proactive engagement to manage a service outage:

  1. Detection: A power grid sensor triggers an alert in the CRM that a specific neighborhood has lost power.
  2. Automated Trigger: Dynamics 365 Customer Insights – Journeys identifies all customers in that segment.
  3. Proactive Outreach: The system automatically initiates a Copilot Dial campaign.
  4. AI Interaction: A conversational AI bot (Copilot) calls the customer, informs them of the outage, and provides an estimated restoration time.
  5. Option for Human Support: The customer asks a complex question about a specialized medical device needing power. Copilot recognizes the high-priority intent and performs a Seamless Handoff to a human agent.
  6. Agent Context: The human agent receives the call with the full transcript of the bot’s conversation, allowing them to provide immediate specialized assistance without the customer repeating themselves.

Step-by-Step: How to Enable This Feature

Proactive engagement requires the integration of Dynamics 365 Contact Center, Customer Insights, and Copilot Studio:

  • Step 1: Admin Center Configuration Go to the Contact Center admin center. Under Channels, navigate to Voice and ensure the outbound calling voice channel is provisioned and active.
  • Step 2: Integration with Customer Insights Ensure you have a Dynamics 365 Customer Insights – Journeys license. In the settings, link your Contact Center environment to Customer Insights to enable event-driven triggers.
  • Step 3: Define Dial Modes In the outbound settings, configure your preferred Dial Modes:
    • Copilot Dial: Fully automated AI-led calls.
    • Progressive Dial: Calls only placed when an agent is available.
    • Preview Dial: Allows agents to review customer data before the system dials.
  • Step 4: Create Copilot Studio Topics For AI-led calls, open Copilot Studio and design the conversational flow (e.g., payment reminders or service alerts). Use the Answering Machine Detection topic to handle voicemails.
  • Step 5: Design the Journey In Customer Insights – Journeys, use the low-code journey builder to create a new journey. Choose an “Event-based” trigger (like a status change) and set the action to “Place a phone call” via the Contact Center channel.
  • Step 6: Test and Launch Use the simulation tools to verify the call pacing and AI responses before activating the journey for live customers.

Infographic: Dial Modes Comparison

Dial ModeLevel of AutomationBest Use Case
Copilot DialHigh (AI-led)Transactional alerts (Outages, payment reminders).
Preview DialLow (Agent-led)High-value sales or complex follow-ups.
Progressive DialBalancedGeneral service updates where a live agent is preferred.
Predictive DialHigh (Efficiency-led)High-volume campaigns (requires AI availability forecasting).

References

https://www.microsoft.com/en-us/dynamics-365/blog/it-professional/2025/06/10/the-power-of-proactive-engagement-in-dynamics-365-contact-center/

Uncategorized

What’s New in Copilot Studio: May 2025 – The Era of Autonomous Agents

What’s New in Copilot Studio: May 2025 – The Era of Autonomous Agents

The theme of this update was the transition from “Copilots” (assistants that wait for prompts) to “Agents” (autonomous entities that can be triggered by business events to work in the background).

Real-time User Journey: Event-Driven Autonomy

The core feature introduced in May 2025 was the ability for agents to act without a user starting a chat.

User Journey Example: Automated Onboarding

  1. Trigger: A new record is created in a HR system (e.g., Workday) indicating a new hire has signed their offer letter.
  2. Autonomous Analysis: The agent is “woken up” by this event. It automatically reviews the new hire’s role and department.
  3. Cross-App Orchestration: Without human intervention, the agent:
    • Requests a laptop via the IT ticketing system (ServiceNow).
    • Sends a welcome email with a customized first-week agenda to the new hire via Outlook.
    • Pins a “New Joiner” announcement in the specific department’s Microsoft Teams channel.
  4. Human Summary: Once finished, the agent sends a notification to the HR Manager saying, “I’ve completed the onboarding setup for [Employee Name]. Here is the summary of actions taken.”

Step-by-Step: How to Enable “Agentic” Triggers

This feature allows you to move beyond the “Ask a question” model.

  • Step 1: Open Agent Studio: Navigate to your agent in Microsoft Copilot Studio.
  • Step 2: Add a Trigger: Go to the Triggers tab (previously just “Topics”). Select “Add a Trigger based on an external event.”
  • Step 3: Connect Data Source: Select a connector (e.g., Dataverse, SharePoint, or an External API). Choose the event type, such as “When a row is added” or “When a file is uploaded.”
  • Step 4: Define Instructions: Instead of a dialogue tree, provide the agent with Instructions on what to do when this event occurs. Use natural language to describe the logic.
  • Step 5: Configure Actions: Add the “Tools” the agent is allowed to use to fulfill the instructions (e.g., send an email, update a CRM record).
  • Step 6: Turn on Autonomy: Toggle the “Run Autonomously” switch and publish the agent.

Infographic: The New Agent Architecture

The May 2025 update fundamentally changed the “brain” of Copilot Studio agents:

ComponentOld Way (Bot)New Way (Agent)
TriggerUser must type a message.External events (Data/Time/System changes).
LogicManual “If/Else” branches.Generative AI Orchestrator (Reasoning).
MemorySession-based (Forgot quickly).Persistent Memory (Remembers across runs).
ToolsFixed API calls.Dynamic Selection of tools based on the goal.

References

Uncategorized

Unlock the power of record routing with real-time analytics in Dynamics 365 Contact Centre

Unlock the power of record routing with real-time analytics (Enhancing supervisor visibility into the lifecycle and assignment of cases and other entity records in Dynamics 365 Customer Service).

Real-time User Journey

This journey illustrates how a supervisor uses the feature to manage team workloads and prevent bottlenecks:

  1. Dashboard Monitoring: A supervisor logs into the Copilot Service workspace and opens the Real-time Analytics dashboard.
  2. Identifying a Surge: On the Summary Report, the supervisor notices an unusual spike in the “Backlog Work Items,” indicating cases are piling up faster than they are being assigned.
  3. Queue Drill-down: Using the Queue Report, the supervisor identifies that the “Technical Support” queue is overloaded, while the “General Billing” queue is nearly empty.
  4. Agent State Check: The supervisor switches to the Agent Report to see who is currently active. They notice several agents in the Technical Support queue are “Out of Adherence” (e.g., on an extended break).
  5. Seamless Reassignment: To resolve the backlog, the supervisor manually reassigns high-priority cases from the Ongoing Work Items list to available agents. The Lifecycle Tracking ensures the history of the case remains intact even after reassignment.
  6. Efficiency Validation: At the end of the shift, the supervisor compares “Automatic” vs. “Manual” routing effectiveness on the Summary page to adjust future routing rules.

Step-by-Step: How to Enable This Feature

Real-time analytics for record routing is part of the Unified Routing suite. Follow these steps to activate it:

  • Step 1: Prerequisites Ensure Unified Routing is already provisioned for your Dynamics 365 Customer Service environment. Enabling Unified Routing automatically activates the baseline for these analytics.
  • Step 2: Admin Configuration Go to the Copilot Service admin center (or Customer Service admin center). In the site map, select Insights under the Operations section.
  • Step 3: Enable Analytics Locate Real-time analytics for record routing and select Manage. Flip the toggle for Enable real-time analytics for record routing to On.
  • Step 4: Intent-based Insights (Optional) To get deeper data, toggle on Add real-time analytics for record routing for intent. This tracks how records are being handled based on the AI-detected intent of the customer inquiry.
  • Step 5: Assign Permissions Ensure supervisors are assigned the CSR Manager security role or have specific permissions added to their custom roles to view the dashboards in the workspace.
  • Step 6: Access the Dashboard Supervisors can now find the reports in the Copilot Service workspace app under the Analytics tab.

Infographic: Record Routing Analytics Portfolio

Report TypePrimary FocusKey Metric Tracked
Summary ReportOrganizational HealthRouting effectiveness (Manual vs. Auto)
Queue ReportWork DistributionItems waiting vs. items assigned per queue
Agent ReportWorkforce PerformanceAgent presence states and current capacity
Ongoing Work ItemsActive LifecycleRecords handled in the last 24 hours
Backlog Work ItemsPending DemandOpen records requiring assignment action

References

https://www.microsoft.com/en-us/dynamics-365/blog/it-professional/2025/06/04/unlock-the-power-of-record-routing-with-real-time-analytics/