Hello,
I searched for an answer before posting but I didnt found it.
Im trying to use OAuth2 from my Zapier developer back office.
The first request work well Access_token_request
but the refresh_token request doesnt work
It seems the bundle.authData.refresh_token is not stored correctly.
If I enter my refresh_token manually, it work well. ( the real refresh_token instead of bundle.authData.refresh_token)
Our API return the tokens like this
So the parameter is call “refresh_token”
If i try in form mode, I have no {{bundle.authData proposition
Have you any idea ?