Hello!
I have a Send an http request that sends a sharelink to an external user. This link has a feature I was looking for which is the code verification requirement without having to type your email.
Now I would like to set a specific expiration on this link (7 days). I tried to replace null with a specific date like "2023-02-05" or variables such as utcnow + add days (1) and none of my tried worked. Would someone here know what I'm doing wrong? The option is there and set to null so I guess there is a way to modify it, right?
By the way, thanks to this post I was able to get this far.