We are trying to create an integration with the following scenario. The auth request to our backend is working properly. The response to the auth request has two parts: 1) a cookie is set with the expectation that Zapier will send the cookies received from the auth request on all subsequent API requests; 2) the body contains a sessionid which can be included instead of the cookie on all subsequent requests in case cookie maintenance is not possible/desirable.
It doesn’t appear that Zap is sending the cookies in subsequent requests so the subsequent API calls fail due to lack of auth. How do we tell Zap to send the cookies received in the auth request on all subsequent API requests, or 2) how do we tell Zap to take the “sessionid” key/value from the response and put that on all subsequent api requests? thanks in advance.