The Community is a hub for connecting with your peers and Cisco specialists to ask for help, share your expertise, build your network, and grow professionally. New Here? Click here to learn more and get started.
Hi Team,
Good day. We have received two alerts from Webex Connect. Any ideas why did we receive them?
First one: This email app was a test app.
deleted_client : The OAuth client was deleted..Please update authentication credentials configuration ...
I am looking to accomplish the following:On a new inbound chat thread, ask the customer a few questions and store those answers as a variable in the thread that can be used to influence the remainder of the conversation with the customer.I know i can...
Hi, team, while using the http://webhook.site example to test the POST result with the HTTP request node, getting the error "sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderExcep...
Hi Team, I am using below code in my solution with the trial account I have but am unable to place voice call and getting 400 error each time. Please advise: var client = new HttpClient();var request = new HttpRequestMessage(HttpMethod.Post, "https:/...
I am trying to configure a webhook as a trigger for my flow but i am unable to get it to work. When i try to send test requests using postman, it does not get invoked or the variables do not get parsed.. is there additional steps needed to get this t...
Reference: https://imimobile.com/products/webex-connect/video
Hello folks,
I got a new requirement from one of my clients where they want to build the audio/video calling feature using Webex in their mobile and web app.
Currently, the client is usin...
I recently joined a new partner and I want to transition my sandbox to that account. I have another sandbox that I had been leveraging and it has my cell phone as the primary number. I'd like to delete the old sandbox so that I can leverage my mobi...
Hello everyone,
I'm currently attempting to integrate Facebook with my Gold tenant. However, I've encountered some errors during the registration process and have been unable to complete it. The error message I received is as follows:
{"code":"10004"...
Hello,I have been trying to build a simple flow that sends an SMS to a particular phone number after a custom event has been posted via the API. Upon using Postman to send the request I am getting back a response: {
"notifyurl": "",
"events"...
The following does NOT convert the time from UTC (GMT) Time to UK Time as expected.
startTime = new Date();
startTimeISO = startTime.toISOString();
localTime = new Date(startTime).toLocaleString('en-GB', {timeZone: 'Europe/London'})
1;
Returns t...
Anyone have any ideas why this gives an error in an webex connect evaluate node?
const originalArray = ["apple", "orange", "banana"];
const formattedArray = originalArray.map(fruit => ({ fruit }));
const myJson = JSON.stringify(formattedArray);
1;
...
I setup a new SMS number and have a simple flow to test receiving and sending which works. When I send an MMS message to the number I do not see the flow execute. Is there anything "extra" that needs to happen for MMS to process ?