API and Variables
Status: Closed · Asked by Stuart on · 0 views
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
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.
I think I will try. I am not a programmer, but I can keep trying until something works!
I think I will try. I am not a programmer, but I can keep trying until something works!
If you know how API works then you should be able to do it. Start here - https://forum.pabbly.com/forums/pabbly-connect-app-integration-guide/
I think I will try. I am not a programmer, but I can keep trying until something works!
This might help as well - eAoXdXIJZfY, list: PLgffPJ6GjbaKvppcmEA07TAy7bFKx6nPq
Thank you! It looks a little overwhelming but it is actually pretty straightforward! I created a basic app in minutes and it works!