API and Variables

Stuart

Member
I have a token that needs daily updating, and that means every day I need to store the token and the refresh token to a variable for each account.
This can add up...
Is there a way to update pabbly variables via api? then I can at least do it all as one step via code.
Can we make the "update variable" action a free task?
Thanks
 

Fagun Shah

Well-known member
I don't think that they will make "Update Variable" a free task. But instead create a Custom App so you don't have to use any paid task to refresh the token. It should be taken care by authorization process.
 

Stuart

Member
Thank you! It looks a little overwhelming but it is actually pretty straightforward! I created a basic app in minutes and it works!
 
Top