MS Teams - UC Analytics Copilot on the GPT Store
Introduction to MS Teams - UC Analytics Copilot
Leveraging advanced GPT technology, this intelligent assistant provides valuable insights into agent performance, generating informative visualizations such as bar charts showcasing Total Calls Handled, Average Call Duration, and Average Queue Duration for your top 10 agents.
With a range of powerful features, including PSTN log optimization, Team Dashboard enhancement, and comprehensive Team Performance assessment,
GPT Description
GPT Prompt Starters
- /optimize PSTN Logs
- /impress me with your skills; You are the visualization expert; I love beautiful visuals for trend analysis and insights into performance optimization. Refer to the {Microsoft Teams dataset data dictionary} for guidance. Microsoft Teams dataset data dictionary: ``` ### 1. **Auto Attendant Table** | Field Name | Data Type | Description | Example Value | |-----------------------------------|-------------|--------------------------------------------------------------|---------------------------------------------| | `DocumentId` | String | Unique identifier for the document | `ca783718-03ec-4d3c-8b9e-0c54989eafd7` | | `ConferenceId` | String | Conference identifier associated with the call | `1f23e484-5fb6-4fe3-bc15-cbe35944eb29` | | `DialogId` | String | Dialog identifier for the session | `040bf508-7a14-4f46-b654-d86326f5459a` | | `UserStartTimeUTC` | DateTime | Start time of the user's interaction with Auto Attendant | `07/25/2023 08:51:40 PM` | | `EndTime` | DateTime | End time of the call | `07/25/2023 10:03:40 PM` | | `Duration` | Integer | Duration of the call in seconds | `2545` | | `AutoAttendantChainStartTime` | DateTime | Start time of the call chain in Auto Attendant | `07/25/2023 09:10:40 PM` | | `AutoAttendantIdentity` | String | Identity of the Auto Attendant | `AA42_Tokyo_Japan_AA@abc.com` | | `AutoAttendantDirectorySearchMethod` | String | Method used for directory search (if applicable) | `Voice` or `DTMF` | | `AutoAttendantTransferAction` | String | Action taken to transfer the call | `unknown` | | `AutoAttendantCallResult` | String | Final result of the call in Auto Attendant | `external_pstn` | | `AutoAttendantChainDuration` | Integer | Total duration in the Auto Attendant | `120` | | `AACallerActionCount` | Integer | Number of actions taken by the caller | `2` | ### 2. **Call Queue Final State Action Table** | Field Name | Data Type | Description | Example Value | |-----------------------------------|-------------|--------------------------------------------------------------|---------------------------------------------| | `DocumentId` | String | Unique identifier for the document | `ca783718-03ec-4d3-8b9e-0c54989eafd7` | | `ConferenceId` | String | Conference identifier associated with the call | `1f23e484-5fb6-4fe3-bc15-cbe35944eb29` | | `DialogId` | String | Dialog identifier for the session | `040bf508-7a14-4f46-b654-d86326f5459a` | | `UserStartTimeUTC` | DateTime | Start time of the user's interaction with Call Queue | `07/25/2023 08:51:40 PM` | | `EndTime` | DateTime | End time of the call | `07/25/2023 10:03:40 PM` | | `Duration` | Integer | Duration of the call in seconds | `2545` | | `Call Queue Identity` | String | Identity of the Call Queue | `SupportQueue` | | `Call Queue Final State Action` | String | Final state action taken in the Call Queue | `transferred_to_user` | | `IsAbandoned` | Boolean | Indicates if the call was abandoned | `True` or `False` | ### 3. **Graph Users Table** | Field Name | Data Type | Description | Example Value | |-----------------------------------|-------------|--------------------------------------------------------------|---------------------------------------------| | `AADObjectId` | String | Azure Active Directory Object ID | `c8e63510-867c-402a-8f12-fa4d7de57dab` | | `UPN` | String | User Principal Name (email format) | `clayton.adams@abc.com` | | `UserDisplayName` | String | Display name of the user | `Clayton Adams` | | `CallType` | String | Type of call (e.g., unassigned_in, user_out) | `unassigned_in` | | `NumberType` | String | Type of phone number (e.g., Subscriber, Service) | `Subscriber` | | `DestinationDialed` | String | Country or region dialed | `BR` | | `DestinationNumber` | String | Destination phone number in E.164 format | `+553473085954` | | `Currency` | String | Currency used for calculating the cost of the call | `USD` | | `Charge` | Double | Cost of the call charged to the account | `0.0` | | `Operator` | String | Operator providing the PSTN services | `Microsoft` | | `SourceCallDuration` | Float | Duration of the call as recorded by the source | `1277.0` | | `CallerID` | String | Caller ID in E.164 format | `+984564285885` | | `DomesticInternational` | String | Whether the call was Domestic or International | `International` | ### 4. **Graph Direct Routing Calls Table** | Field Name | Data Type | Description | Example Value | |-----------------------------------|-------------|--------------------------------------------------------------|---------------------------------------------| | `startDateTime` | DateTime | Start date and time of the call | `07/25/2023 08:51:40 PM` | | `successfulCall` | Boolean | Indicates whether the call was successful | `True` | | `duration` | Integer | Duration of the call in seconds | `2545` | | `callerNumber` | String | Caller phone number in E.164 format | `+984564285885` | | `calleeNumber` | String | Callee phone number in E.164 format | `+553473085954` | | `finalSipCode` | Integer | Final SIP code for the call | `200` | | `userId` | String | Unique identifier for the user involved in the call | `c8e63510-867c-402a-8f12-fa4d7de57dab` | | `callType` | String | Type of the call (e.g., user_out, conf_in) | `user_out` | | `mediaPathLocation` | String | Location of the media path | `Central Europe` | | `signalingLocation` | String | Location of the signaling path | `Central Europe` | | `finalSipCodePhrase` | String | Phrase associated with the final SIP code | `OK` | | `trunkFullyQualifiedDomainName` | String | Fully qualified domain name of the trunk used | `trunk01.company.com` | | `mediaBypassEnabled` | Boolean | Indicates whether media bypass was enabled | `True` | ### 5. **Call Queue Analytics Table** | Field Name | Data Type | Description | Example Value | |-----------------------------------|-------------|--------------------------------------------------------------|---------------------------------------------| | `Duration` | Integer | The total duration of the call in seconds | `600` | | `CQ Name` | String | Name of the Call Queue | `SalesQueue` | | `Call Count` | Integer | Total number of calls in the queue | `100` | | `Call Start Time UTC` | DateTime | UTC start time of the call | `2024-09-01T12:00:00` | | `Call End Time UTC` | DateTime | UTC end time of the call | `2024-09-01T12:10:00` | | `Call Queue Agent Count` | Integer | Number of agents available in the call queue | `5` | | `Call Queue Call Result` | String | Final result of the call (e.g., completed, missed) | `completed` | | `PSTN Total Minutes` | Integer | Total minutes of PSTN usage | `10` | | `Call Queue Target Type` | String | Target type within the call queue | `Agent` | ### 6. **Graph User Activity Detail Table** | Field Name | Data Type | Description | Example Value | |-----------------------------------|-------------|--------------------------------------------------------------|---------------------------------------------| | `UserId` | String | Unique identifier of the user | `c8e63510-867c-402a-8f12-fa4d7de57dab` | | `UserStartTimeUTC` | DateTime | Start time of the user's activity in UTC | `2023-07-25 08:51:40 PM` | | `UserEndTimeUTC` | DateTime | End time of the user's activity in UTC | `2023-07-25 10:03:40 PM` | | `ActivityType` | String | Type of activity performed by the user | `Call` | | `DurationSeconds` | Integer | Duration of the activity in seconds | `2545` | | `DeviceType` | String | Type of device used for the activity (e.g., Desktop, Mobile) | `Desktop` | | `NetworkType` | String | Network type used during the activity (e.g., Wi-Fi, Wired) | `Wi-Fi` | | `Location` | String | Physical or logical location of the user during activity | `Office` | | `CallResult` | String | Result of the call activity | `Completed` | | `MediaBypassEnabled` | Boolean | Indicates if media bypass was enabled during the activity | `True` | ### 7. **Agent Timeline Analytics Table** | Field Name | Data Type | Description | Example Value | |-----------------------------------|-------------|--------------------------------------------------------------|---------------------------------------------| | `UserStartTimeUTC` | DateTime | The UTC start time of the agent's activity | `07/25/2023 21:49:32 PM` | | `Hour` | Integer | The hour of the day when the interaction started | `21` | | `ConferenceId` | String | Unique identifier for the conference call | `e9104742-d473-4ed4-b1df-2c5ed6eab138` | | `FirstUPN` | String | User Principal Name of the first agent in the interaction | `paul.butler@abc.com` | | `FirstIsCaller` | Boolean | Indicates if the first agent is the caller | `True` | | `SecondUPN` | String | User Principal Name of the second agent (if applicable) | `heather.miller@abc.com` | | `TransferredFromCallQueueIdentity`| String | Identity of the call queue the call was transferred from | `CQ37_San Francisco_CA_CQ@abc.com` | | `TotalCallCount` | Integer | Total number of calls handled by the agent | `5` | | `AvgCallDuration` | Float | Average duration of calls handled by the agent in seconds | `101.16` | | `AvgCallQueueDurationSeconds` | Float | Average time calls spend in the queue before being answered | `10.29` | | `DocumentId` | String | Unique identifier for the document record | `bad19e53-d46e-4aed-b559-f8491f3b9f35` | | `DialogId` | String | Unique identifier for the dialog within a conference call | `6b505337-fab1-4073-b219-f6bf5c662b27` | | `EndTime` | DateTime | The end time of the interaction | `07/25/2023 22:38:32 PM` | | `Date` | Date | The date when the interaction occurred | `07/25/2023` | ### 8. **Graph PSTN Calls Table** | Field Name | Data Type | Description | Example Value | |-----------------------------------|-------------|--------------------------------------------------------------|---------------------------------------------| | `DocumentId` | String | Unique identifier for the document | `b8e19d2f-e60f-40f8-bcc2-94628d1b1e73` | | `ConferenceId` | String | Conference identifier associated with the call | `8cb08c21-7375-4854-8285-b2db85ee80ee` | | `DialogId` | String | Dialog identifier for the session | `7aa375a3-a27f-45e2-92d5-2e84959353ae` | | `UserStartTimeUTC` | DateTime | Start time of the PSTN call in UTC | `07/25/2023 08:51:40 PM` | | `EndTime` | DateTime | End time of the PSTN call | `07/25/2023 10:03:40 PM` | | `Duration` | Integer | Duration of the PSTN call in seconds | `2545` | | `CallerID` | String | Caller ID in E.164 format | `+984564285885` | | `DestinationNumber` | String | Destination phone number in E.164 format | `+553473085954` | | `DomesticInternational` | String | Whether the call was Domestic or International | `International` | | `Charge` | Float | Cost of the call charged to the account | `0.0` | | `Currency` | String | Currency used for calculating the cost of the call | `USD` | | `Operator` | String | Operator providing the PSTN services | `Microsoft` | | `SourceCallDuration` | Float | Duration of the call as recorded by the source | `1277.0` | | `TenantCountryCode` | String | Country code of the tenant | `US` | ```
- ACT AS THE BRAND AMBASSADOR (BA): "# Expo XT Teams for Power BI Follow-Up ## Role and Objective You are an expert sales assistant for Metropolis Corp, tasked with crafting a personalized email sequence for individuals or organizations that have downloaded Expo XT Teams for Power BI from Microsoft AppSource. Your goal is to nurture these leads by highlighting how Expo XT directly addresses their specific pain points, showcasing its unique value proposition of unified analytics without third-party software, and encouraging deeper engagement with Metropolis Corp. ## Unique Selling Proposition (USP) Emphasize this USP throughout your communications: Expo XT Teams for Power BI consolidates comprehensive, unified analytics across multiple communication channels (Microsoft Teams, PSTN, Direct Routing) within a single Power BI environment, eliminating the need for third-party software. This integration enhances decision-making, tracks critical KPIs, and streamlines communication management, optimizing enterprise communications. ## Key Responsibilities 1. Acknowledge the download and warmly welcome the lead. 2. Link the USP directly to the lead’s specific role, industry, and pain points. 3. Highlight how Expo XT solves common challenges for key stakeholders like executives, IT managers, operations managers, and customer service managers. 4. Offer assistance with setup, configuration, and optimization, and provide valuable resources that showcase Expo XT’s capabilities. 5. Encourage further discussion or offer a personalized demo to deepen the lead’s engagement. ## Lead Information Personalize your emails using these dynamic variables: - {{Lead_Name}} - {{Company}} - {{Title}} - {{Email}} - {{Phone}} - {{Country}} - {{Industry}} - {{Lead_Source}} ## Email Sequence Structure For each email: 1. Craft a compelling subject line that directly addresses a key pain point or highlights a unique benefit of Expo XT. 2. Use a professional and personalized greeting. 3. Link the USP to the lead’s specific challenges and demonstrate how Expo XT addresses these pain points effectively. 4. Provide valuable content, insights, scenarios, and resources that reflect the lead’s industry and role. 5. Include a clear, actionable call-to-action that encourages engagement. 6. Sign off with your full contact information. ## Key Resources Strategically incorporate these resources to demonstrate Expo XT’s value: - Expo XT Teams for Power BI on Microsoft AppSource: https://appsource.microsoft.com/en-us/product/web-apps/metropoliscorp1602190046889.expo_xt_teams_for_powerbi - ChatGPT Microsoft Teams UC Analytics Copilot: https://chatgpt.com/g/g-QYvIvIjrw-ms-teams-uc-analytics-copilot - Metropolis Corp Website: https://www.metropolis.com - Product Demo: Offer to schedule a personalized demo - Expo XT Overview Video: [Link to relevant video] ## Email Templates ### 1. **Initial Thank You Email** **Subject:** Eliminate Data Silos and Enhance Decision-Making with Expo XT **Body:** ```plaintext Dear {{Lead_Name}}, Thank you for choosing Expo XT Teams for Power BI! As {{Title}} at {{Company}}, you know how fragmented communication data can impede quick decision-making. Expo XT consolidates data from Microsoft Teams, PSTN, and Direct Routing into one unified platform within Power BI—no third-party software needed. This means faster, more informed decisions and a streamlined approach to managing your communication analytics. Let’s explore how Expo XT can simplify your analytics and drive better outcomes for {{Company}}. Best regards, [Your Name] Metropolis Corp | [Your Phone] ``` ### 2. **USP Highlight and Feedback Request** **Subject:** How’s Your Experience with Unified Analytics? **Body:** ```plaintext Dear {{Lead_Name}}, I hope you’re finding Expo XT Teams for Power BI valuable. Our solution is designed to simplify communication analytics by consolidating all your data into one Power BI environment, eliminating the need for multiple tools. How is Expo XT helping you tackle your communication challenges? I’d love to hear your feedback and discuss how the full version can provide even deeper insights tailored to your needs. Best regards, [Your Name] Metropolis Corp | [Your Phone] ``` ### 3. **Educational Content Email** **Subject:** Maximize Your ROI with Unified Analytics **Body:** ```plaintext Dear {{Lead_Name}}, In today’s fast-paced business environment, having real-time access to unified communication data is crucial. Expo XT Teams for Power BI gives you a comprehensive view of your entire communication landscape, enhancing your ability to make data-driven decisions quickly. Check out this article on “Driving Business Value through Unified Communications Analytics,” and let’s discuss how Expo XT can align with {{Company}}’s unique needs and goals. Best regards, [Your Name] Metropolis Corp | [Your Phone] ``` ### 4. **Feature Deep Dive** **Subject:** Dive Deeper into Expo XT’s Advanced Analytics **Body:** ```plaintext Dear {{Lead_Name}}, Expo XT Teams for Power BI is more than just a reporting tool—it’s a unified analytics platform that provides cross-channel performance metrics, AI-driven insights, and customizable dashboards, all within Power BI. Let’s schedule a demo to see these powerful features in action and discuss how they can directly impact your team’s efficiency and performance. Best regards, [Your Name] Metropolis Corp | [Your Phone] ``` ### 5. **Final Offer and Call-to-Action** **Subject:** Take Your Communication Strategy to the Next Level **Body:** ```plaintext Dear {{Lead_Name}}, You’ve seen what Expo XT can do—now imagine having all your communication data unified in one analytics platform, driving actionable insights across your organization. The full version of Expo XT offers deeper analysis, AI-powered recommendations, and customizable dashboards tailored to {{Company}}’s needs. Let’s chat about how Expo XT can help you achieve your communication goals. Best regards, [Your Name] Metropolis Corp | [Your Phone] ``` ## 🧭 Important Guidelines - Consistently link the USP to specific pain points and challenges faced by the lead’s role or industry. - Highlight the immediate and long-term benefits of unified analytics without third-party software. - Use a consultative tone, offering solutions to the lead’s communication analytics challenges. - Encourage two-way communication and provide clear next steps for engagement. - Personalize content with industry-specific language and scenarios to demonstrate understanding of the lead’s unique needs. ## Execution Instructions 1. Thoroughly review the lead’s information and engagement history. 2. Select the most relevant email template based on the lead’s stage and specific pain points. 3. Customize the content using dynamic variables and industry-specific insights. 4. Ensure all links, resources, and contact details are accurate. 5. Proofread for clarity, persuasiveness, and alignment with Metropolis Corp’s voice. 6. Schedule follow-ups and monitor engagement for timely responses. Remember: Your expertise in aligning Expo XT’s unique unified analytics capability with the lead’s specific challenges is key to driving engagement and showcasing the transformative power of Expo XT Teams for Power BI. Good luck!"
MS Teams - UC Analytics Copilot GPT FAQs
More custom GPTs by Metropolis on the GPT Store
Power Query Assistant
Expert in Power Query and DAX for Power BI, offering in-depth guidance and insights
25K+
Paul "Tech Lead"
Solutions Architect,Prompt Engineer,Product Manager,Python Coder
1K+
CDR
Explore call detail records (CDR) for a variety of PBX platforms including Cisco UCM, Webex Calling, Avaya, Mitel, NEC, and others with this UC trained GPT. Use specific commands to help you expertly navigate and troubleshoot CDR from diverse UC environments.
500+
Chat with Power BI
Simplify Your Data Analysis with ChatGPT for Power BI
300+
Prompt Engineer
Digital twin of Ilya Sutskever & domain expert in prompt engineering
300+
CDR Guru
To master Unified Communications Data across platforms like Cisco, Avaya, Mitel, and Microsoft Teams, by orchestrating a team of expert agents and providing actionable solutions.
200+
Vision for Power BI
Add GPT4 Vision to Analysis with ChatGPT Vision for Power BI
200+
RAG Expert
Optimizing `myfiles_browser`for Retrieval-Augmented Generation
200+
Metropolis
Metropolis librarian that seamlessly navigates the interconnected realms of unified communications, data analytics, and AI assistants.
100+
Metropolis Marketing Navigator
Supports the marketing team in creating content, email templates, brochures, PowerPoints and press releases that showcase Metropolis products' unique features.
100+
NEC SMDR GURU
Explore call detail records (SMDR for NEC). Use specific commands to help you expertly navigate and troubleshoot CDR from diverse NEC Phone System environments.
100+
Webex Calling CDR Call Reporting Interpreter
Expert in interpreting Webex Calling Call Detail Records
100+
Browser with MClick Expert
Agentive web navigation, content retrieval, and data synthesis
100+
Expo XT CUCM for Power BI Assistant
Expert in CUCM CDR Analysis & Power BI Reporting
100+
Expo XT Nice CXone Assistant
Expert in interpreting Nice CXone CDR Plus Disposition Data collected using Direct Data Access
100+
Data Dictionary Expert
Specializing in generating comprehensive data dictionaries with focus on Unified Communications (UC) analytics, particularly Call Detail Records (CDR)
100+
Expo XT Nice CXone Advisor
Expo XT and Multi-Platform Distribution Strategies
100+
Expo XT Webex Calling Assistant
Expert in interpreting Webex Calling Call Detail Records
100+
Prompt Perplexity
Specializing in optimizing queries for Perplexity.ai.
100+
Metropolis LinkAI Navigator
Your copilot in navigating discussions on platforms like Microsoft Teams and Zoom Phone, ensuring you never miss an opportunity to leverage Metropolis solutions.
90+

Metropolis Developer Navigator
Enriching project management endeavors, coding proficiency, continuous education in AI, BI and UC trends, and facilitating direct code execution to enhance task automation and problem-solving capabilities within their local, Fabric, Azure, and other cloud environments and Frameworks.
90+
MetroBot AI AutoAgent
Integrated Persona for Enhanced Collaboration
80+

MetroBot AI - AutoAgent
Integrated Metropolis Team Member for Enhanced Collaboration
80+

BradT: The Fault Finder
Identifies & emphases the negatives in everything with genius IQ
80+
Metropolis Diagrams, Logos, and Brand Navigator
Accessing and utilizing Metropolis diagrams for marketing brochures.
70+
Azure Function and OpenAPI Expert Coder
Enhance the Azure Function and OpenAPI specification to improve user experience and functionality for the ChatGPT custom action.
60+
Website Builder
Zero Prompt Website Builder
60+
Paul's CiscoLive 2024 Conference Navigator
Assisting Paul with his tasks in his roles at Metropolis Corp and as an exhibitor at the conference
50+
Synthetic Data Generator
Expert AI assistant generating realistic synthetic chatbot conversation data for Metropolis.com
50+

Denise Sales Copilot
Introducing Denise Sales Copilot: Your AI-Driven Email Expert
40+

Metropolis Data Model Navigator (MDMN)
Designed to offer an intuitive, efficient, and highly personalized interaction experience. It simplifies complex tasks, fosters exploration, and delivers actionable insights, adapting to your unique needs and preferences.
40+
EntraClean Assistant 🧹
Telecom Directory Sync & Analysis Specialist 🔄📞📊
40+
Contact Extractor
Extract, transform, and interpret lead lists from images & csv files
40+
Expo XT Hospitality Assistant
Clear, concise, and detailed MVP specifications
40+
Marketplace Copilot for Metropolis
Navigating Microsoft marketplace tasks in Metropolis
30+

Meet Paul's AI Assistant Metropolis Navigator
AI Assistant crafted to boost efficiency, productivity, automation while fostering collaboration throughout his team at Metropolis Corp and valued partners
30+

Power BI App Template for AppSource Offer Maker
The AI Assistant CoPilot is designed to guide users through the process of creating and optimizing offers on Microsoft Marketplace, ensuring adherence to best practices outlined in the Microsoft AppSource & Azure Marketplace guides.
30+

Webex Calling CDR Power Query Expert (Claude)
Expert in interpreting Webex Calling Call Detail Records
30+

Metropolis (Website Chatbot Example)
Metropolis librarian that seamlessly navigates the interconnected realms of unified communications, data analytics, and AI assistants.
30+
Qcloud UCCX for Power BI Assistant
Specializing in Cisco Unified Contact Center Express (UCCX) data analysis and Power BI development
30+
Chain of Density Expert
Condensing & refining various content
30+
Call Accounting
Expert in CDR analysis for cost optimization
20+
Metropolis "You are ..." Navigator
Include EVERYTHING, fully, completely about
20+

Metropolis Website Navigator
Guide workflow designed to help users navigate Metropolis Corp's extensive suite of communication analytics and collaboration solutions. It provides interactive support, detailed product information, and personalized assistance to optimize user experience
20+

CommuniCatalyst AI
Your dedicated assistant for revolutionizing unified communications and collaboration solutions at Metropolis Corp. This GPT specializes in blending AI and data analytics with communication technologies.
20+

Metropolis Copilot
Expert guide for Metropolis Corp's Products, Services, and Roles to Assist Employees and Customers Accomplish Goals
20+

Search and Summarize with Interlinked Blocks
Summarizing documents with clarity, focus, and user engagement
20+

Ignite AI Pathfinder
Your Microsoft Ignite Personal Assistant Copilot
20+

Document Summarization Service and File Management
Designed to process and summarize a wide variety of documents, incorporating specific user requirements for the summary output
20+

Action Maker
Enable seamless querying of Power BI datasets, ensuring that users can effortlessly generate and interpret data visualizations
20+
Chatbot UI
Guide users through a structured, detailed process for installing and running Chatbot UI on their computer, emphasizing clarity, efficiency, and user support.
20+

Paul's Copilot 🧭
Transparent, adaptive assistance to optimize your workflow through intelligent automation and interactive learning features
20+
AI Songwriter for CiscoLive 2024
Prompt expert for creating songs based on specified user inputs and preferences.
20+
Expo XT Mitel SMDR
Specializing in the interpretation, validation, and analysis of Mitel 3300 SMDR (Station Message Detail Recording) data.
20+
Model Config Expert
Recommend Huggingface Models and Configurations for LM Studio Based on Hardware and Use Case
20+
Summarizing Chat Forum Interactions
Specializing in the extraction and condensation of key elements from chat forum interactions
20+
Expo XT ALE for Power BI
Seamless PBX integration with OfficeWatch XT and Expo XT products with Alcatel-Lucent's OmniPCX
20+
Expo XT Numplan Expert
Specializing in transforming, interpreting, and building reports from a Cisco UCM NumPlan
20+
Knowledgebase Builder with Perplexity
Facilitate interaction with Perplexity AI to leverage its web browsing and research expertise
20+
Azure ARM Template Architect
Expert in ARM template construction and optimization
10+

LLM Model Cost Analyzer
Expert in LLM pricing and capabilities, skilled in analyzing diverse data.
10+

Metropolis Sales Navigator
Empowering this team, facilitating the identification of opportunities, tailoring sales strategies, and ultimately driving the adoption Metropolis Products
10+
UCCX Analytics Expert
DataSync Wizard is your dedicated AI assistant designed to navigate the intricacies of integrating Expo XT for Cisco UCCX with Power BI, enhancing your data visualization and analytics capabilities.
10+
Call Center Analytics
Transform your call center with Qcloud's real-time and historical analytics. Gain unparalleled insights into performance, customer interactions, and operational efficiency.
10+

NEW IDEA KILLER
Your virtual companion in the journey of product innovation
10+
Metropolis Corp Conference Selection Assistant
Optimize your conference strategy with data-driven insights specifically tailored to maximize ROI for Metropolis Corp through strategic conference recommendations.
10+
Metropolis Paul's Navigator (Claude)
AI Assistant with PD Persona/PMD expertise, offers strategic AI engineering, product management, and unified communication analytics advice at Metropolis.
10+
Forensic AI-Detector
Equipped to effectively analyze, score, and identify AI-generated text
10+
Metropolis Licensing Expert AI
Accurately count extensions, users, agents, and relevant metrics across UC platforms
10+
Metropolis Integration Navigator
streamline the integration of Expo XT by Metropolis Corp with various phone systems, enhancing unified communications across your enterprise
9+

AI CostWatch
Azure AI CostWatch: AI-powered cost assessment for Azure AI services. Collects usage data, analyzes costs, generates optimization recommendations, and predicts future expenses. Integrates with Azure Dashboards for easy access.
8+

Persona Maker
Crafting Personas for Product Engagement
8+
MD Ilya "Lead Prompt Engineer"
Digital twin of Ilya Sutskever & domain expert in prompt engineering
8+
Expo XT NEC UnivergeBlue for Power BI Assistant
Expert in CUCM CDR Analysis & Power BI Reporting
8+
ProfitWatch Hotel Call Accounting
Assists hotels with telecom report management.
7+
Manager and Communication Navigator
This AI Assistant, akin to a Journal to Enlightenment, combines the wisdom of various professions to guide both managers and employees on a path toward improved communication, recognition, and personal growth.
7+

Paul's MS Build 2024 Conference Navigator
Create and manage the Microsoft Build 2024 conference aligning with Paul's role at Metropolis Corp
6+
Expo XT RingC CDR Expert
Expert in researching, evaluating, and documenting the integration between Metropolis Expo XT Unified Communication Analytics for Power BI
6+
Prompt Engineering Maestro
Combine intuition with disciplined optimization to achieve model master
5+

Unified Communications Analytics
Navigate the complexities of unified communications with ease. Expo XT offers in-depth analytics to streamline your collaboration and interaction data across platforms.
4+

SharonH: HalluciNator
Because it’s all about spotting those pesky hallucinations in AI responses. A bit edgy, and gets straight to the point.
4+
Bubble
Bubble Maker
1+

Metropolis Corp Negotiation Specialist
Assist Metropolis Corp in negotiations with end users and resellers
1+
Best Alternative GPTs to MS Teams - UC Analytics Copilot on GPTs Store
MS Office 365 Advisor
Microsoft 365 Business Suite Expert
10K+
MS Teams GPT
Create an AI chatbot trained on your knowledge for Microsoft Teams
1K+
MS Teams Messages Pro
Edits texts to be professional and concise, with a relaxed tone.
200+
MS Teams Tech Expert
Technical advisor on MS Teams implementation
100+
MS Licensing Specialist - MVL Assistant
Expert in Microsoft Enterprise Software Licensing, simplifying complex terms.
90+
MS Graph Assistant
Helps with Microsoft Graph APIs for Teams
50+
Messaging Summary & Response GPT
Will help summarize and create a relevant response to messages from apps like Slack, MS Teams, Discord ect...
40+
MS Teams Cloud Setup and Integration Guide
Microsoft Teams Cloud: Setup and Integration Guide
30+
Arumi Creative Team
Membantu tim Arumi menghasilkan konten kreatif
30+
MS-Office Term Translator
Translates MS Office terms between languages
20+
Emerald MS
A helpful assistant for IT recruitment and team building.
20+
Ms. Cranson - Ultimate New Business Brainstorm
Ms. Cranson & her star team are here to create amazing new actionable, creative business ideas to help YOU create something incredible. If you like one of the ideas, ask her to dive into more detail and she will. If you don't like her initial ideas, then ask for more. Have fun!
10+
Ms Cranson - Business Improvement Suggestions
Given a website, Ms. Cranson and her team will suggest some methods you can grow your business. Start the conversation off by including the home page of your website. Ms. Cranson will provide some ideas and then the rest of the team will jump in to discuss. Have fun!
10+
Epic MsTeams Backgrounds
🌟✨🖥️ Elevate your virtual presence! Discover unique, AI-crafted backdrops that bring creativity to your (work) meetings. 🎨💼👨💻
10+
Manager Team 3D sumberkepuh
untuk mengatur team 3d SumberKepuh
6+
ALLGEMEIN - MS Teams Transcription Refiner
Bereinigt und korrigiert MS Teams-Transkriptionen
4+
My PM
Expert in product team assistance, bridging commercial and technical understanding.
4+
Ms Smith Officialese Translator
Ms Smith is your friendly and expert Officialese Translator. She simplifies complex bureaucratic language into easy-to-understand terms, ensuring everyone can grasp important information. Whether you're filling out forms or deciphering legal documents, Ms Smith breaks it down for you.
2+
M S Team Guide
Helping Users Use the Program
1+
AmpliFlow ISO Expert
Ställ frågor direkt mot vårt material för certifiering enligt ISO 9001, ISO 14001 och ISO 45001
1+