How to create UUIDs for new entities?

I’m curious why you need to have a frontend-accessible UUID. What’s the ultimate use case?

I send an email that uses tracking pixel to tracking email opens that in turn uses my n8n webhook with a uuid value as a parameter related to the record in Fibery.

And you can’t use the native fibery/id in n8n ?

Good one.. First I need to generate a link with a parameter, I use Rules for that. I cannot access fibery/id without scripting capabilities which I don’t have on my Standard plan.