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

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

    Query 1: Is it possible to list all of the customer profiles?Looking at the Customer Profile API - it doesn't see a way to retrieve all, i.e. list customer profiles. Here is an example where you can retrieve multiple customer IDs - how do retriev...

Does anyone know how / where exactly you can enable "Descriptive logging" for webex connect flows? Reference: https://help.imiconnect.io/docs/best-practices Descriptive Logs for Debugging You must enable the Descriptive Logs option under the flow set...

GerryORourke_0-1688287560101.png

Lets say you initiate a variable : myVariable = 'x' in flow "A" Flow A - using a loop kicks off a number of other flows which run concurrently. Each of these flows checks the value of the variable: myVariable (which returns value 'x') One of these fl...

I understand how you would authenticate if using JWT tokens, but I am unclear on how to use service key for authentication. My understanding is that the your webhook can use either JWT or Service keys. if using a service key - how do you pass this in...