Uniq webhook ID

Hello KumoMTA team, I have small question, is there are any uniq ID to identify each webhook coming from Kumo? Or maybe best practices around that. I know they have IDs, but I think this ID is uniq per email, not per webhook. Thanks!

Hey there @dapper-yeti, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.

What is your use case?

Basically I’m building the system what will provide access for clients webhooks only, to trigger event in EventBridge (AWS) I need uniqID for each webhook (uniq eventbridge ID)

Combine the ID with the event type and the timestamp?

This is exactly what I’m thinking to do, cool, thanks Mike!

There are also some new uuid options which may be helpful.

Thank you!!