I need to call 2 differents REST webservices sequentially: The first one send me a list of IDs.
For each ID I get in this first call, I need to make a second call to get a list of contact linked to this Id, and display this list.
Is there a way to do this kind of treatment with Klipfolio ?