Oauth-authentication renewal
complete
Pepijn Samuels - Ratho BV
Most custom APIs require an access token which is only valid for a certain amount of time. Is it possible to make a flow/action which renews the token automatically when it is expired. for example, you can put in the expiration duration in the action or such
Log In
D
Dan Knutson
complete
This has been resolved.
Steven Hurley
This is possible, but I had to use generic HTTPS requests and then created the workflow to refresh the token if it is going to expire within 5 minutes. It would be nice if the custom api's supported this though.
Maizie Gray
Steven Hurley How did you create and refresh the token in a workflow?