Hi,
i was creating a powerful zap where I am using zapier storage and zapier webhook, I connected it with an application snov.io - but their access token expires after 3600s so I have to get it every time before do reuqest to snov.io by API.
Which option should I use in Zapier to configure this zap to get access token from snov.io every time before do request which requeries new token?
I was trying to create step before request which action is GET, in set up action I am using custom url from snov.io API with a few query params their requeires. (xyz → changed for screenshot purposes). In test action reponse is success, access_token is new, token_type: bearer, expires_in: 3600.
Now what should I do to post the new one access token to next step automation which is GET action too?
In next step when I use GET action to send the right query to snov.io where I paste new token from previous step in headers the app returned “Unauthenticated” but I dont know why, because in headers is new token access - each attempt to execute "Retest & Continue" ends with an authorization error.