Webex Connect

Engage with the Webex Connect team and your peers around the use of the Webex Connect CPaaS Developer Sandbox.
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Labels

Forum Posts

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:/...

kmehta by Level 1
  • 633 Views
  • 2 replies
  • 0 Helpful votes

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...

sthan89_0-1703712606755.png sthan89_1-1703712835809.png
sthan89 by Level 1
  • 1177 Views
  • 2 replies
  • 0 Helpful votes

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; ...