Can I include Unique ID in notifications?

Hi Jeffrey !

You can also add a small snippet of code to your functions file and use the unix time as a unique identifier - in case such an item would provide you an additional benefit.

Note, if you were worried about potential same-second collisions, you could also append micro secs to the created string.

Info found here:

Cheers,
-JAS