Hello,
I'm a new Zapier user, so please bear with me.
I am trying to integrate our app into Zapier. I am getting success and a response with an auth_token and userId using basic auth on hitting our portal login API.
(See screenshots)
My question is, how can I take the auth_token and userId from the response and use them in the trigger, as they are required to hit different API in our app?
I tried using StoreClient to store the token but I am getting StoreClient is undefined error.
Please provide explaination in layman's terms.
Thanks in advance!