Hi Everyone,
I'm trying to automate posting articles on a website after login [post] using Zapier. I can log in and get a session cookie (like PHPSESSID) from response header, but I'm stuck on how to use this cookie for a subsequent POST request(for posting articles). Zapier's Webhook handles the login but doesn't seem to pass the session cookie to the next request.
Does anyone know how to use the session cookie from the login response in a follow-up POST request in Zapier?
Thanks for any tips!