Refresh access Token

i have access token expire in 4 hrs. and in node red i have to refresh and inject the access token every 4 hrs manually ... is there any way to schedule the refresh token or ever use open RPA for that

1 Like

You could use node-red-contrib-cron-plus. You can create dynamic schedules by sending it a future date or Cron pattern. The node has built in examples & built in help.

However, if the token is life is always 4h, then just use an inject node set to 3h 55m or similar!

can you pls send all above steps with screenshots :pray:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.