Error en inicio de la cuenta
Al ingresar a mi cuenta me aparece el mensaje "Error al recuperar los datos del usuario" y me deriva a "Perfil", ¿a que se debe ello?.
Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
The Zoom Community is nominated for the 2025 CMX Community Industry Awards in the Customer Support Community category!
Vote nowZoom Contact Center and Virtual Agent is a product offering that brings omnichannel functionalities, like voice, video, and AI chatbot, to the consumer experience. Explore the Zoom Community's Recent Activity below to join the Contact Center conversation and connect with other members. If you're still looking for support, browse our Zoom Contact Center support articles or start a new discussion below!
Al ingresar a mi cuenta me aparece el mensaje "Error al recuperar los datos del usuario" y me deriva a "Perfil", ¿a que se debe ello?.
Has anyone seen the ability from a CRM to trigger an SMS flow to trigger sending an SMS? Could this be done with a script?
Is there a way to disable the Callback function from calculating the estimated wait time? If I only have 1 agent in that queue, but they're on break it is playing the Callback request prompt BEFORE any of the greeting or interrupt messages. I don't want to change the Callback prompt longer than 5 minutes, because when I have long waits I want that to kick in after 5 minutes of holding. Is there something in my account or something in the flow that I can do script-wise to make it ignore the estimated wait time calculation and just do the 5 minutes like I have set?
Show less
Does anyone have the screenshots for the upcoming release for the new UI for Zoom Contact Center? An email was sent 12/18/23 but the images cannot be displayed in the email anymore.
thanks!
Hey I am using an API to delete users, when doing this form the GUI I have the option to delete the user without transfering data. What is the flag I need to set in the API so that I can also delete a user without transfering data. I tried doing this byt setting transfer_email as an empty variable and also a dummy value but it need to be an already created account.
Show less
I want to save a contact so that it dials a number, adds a pause, and then dials the extension number automatically (like you would do by adding "*" or "-" on other phone systems. Is this possible in Zoom Contact Center
Hi support, After creating the entry ID and flow in the contact center management, I copied the script code and injected it into my app.js code like this: useEffect(() => { script.src="https://us01ccistatic.zoom.us/us01cci/web-sdk/chat-client.js"; document.body.appendChild(script); return () => { // useEffect(() => { // Set script attributes return () => { Best Regards,
const script = document.createElement('script');
script.async = true;
script.dataset.chatEntryId = "*******************************";
script.dataset.env = "us01";
script.dataset.apikey = "***********************";
document.body.removeChild(script);
}
}, []);
However, it shows me an error in the screenshot. Please advise on how to solve this problem. Additionally, I'm encountering another error for the video call. The call is passed to the agent in the application, but upon response, an error is displayed in the screenshot. Here's the relevant code:
useEffect(() => {
// Create a script element
const script = document.createElement('script');
script.setAttribute('data-entry-id', '******************************');
script.setAttribute('data-env', 'us01');
script.setAttribute('data-apikey', '************************');
script.src='https://us01ccistatic.zoom.us/us01cci/web-sdk/video-client.js';
// Append the script to the head of the document
document.head.appendChild(script);
// Clean up: Remove the script when the component unmounts
document.head.removeChild(script);
};
}, []);
firas
Show less
We're trying to use fields from Salesforce in our call flows to route calls directly to users or queues. I cannot seem to find any documentation on how to do this in the call flows even after we have completed out Salesforce integration. Any idea of where documents might be for this?
Show less
There seems to be no way in Zoom Contact Center for one agent to voice call another agent in ZCC. We have employees physically located in different areas. This was a feature in Five9 that I assumed was standard across the platforms but it seems not.
There is no Call Park feature in Contact Center even though this exists in Zoom Phone. Would really be nice to have this feature imported into ZCC. Has anyone found a workaround other than building a flow/queue for every individual agent?