Is there a way to get a new shortLivedToken after one expires after the allotted 5 minutes window?
When my integration recipe action endpoint is called with a lot of items, I first place them on a queue with their respective shortLivedToken before executing each. Sometimes, for requests that are handled after their shortLivedToken has expired, I get a NOT_AUTHENTICATED error back from the monday graphql api.
Is there a way to request a new shortLivedToken or run a long running request with an authenticated token?
Thanks.
