How to pass a cookie information to the subsequent operations in Webservices SAAS connector

Hi Mates,

We are using the Web Services SAAS connector and the authentication happens with one of the endpoints using user credentials where a cookie is generated.
Then when the session ID is created we can call the necessary endpoints with required parameters and it provides the necessary response.

I came across the below solution which is not working for me .

* Create 2 operations for each case
Ex - 2 Account aggregation task
First one will have the Authentication details
Second one will have the actual account aggregation parameters

The aggregation does get completed successfully with 0 accounts.

Please suggest me the ways to debug here as we do not have before/after rules to check for the responses.

1 Like

Hi @Abhim1 ,

I achieved it through two operations one for cookie and one more similar operation for actual aggregation. Do test the same in postman and ensure you include right body and headers.