Payload identification

HI there!

I want to identify duplicated payloads.

Is there some webhook’s field that identify payload uniquely ?
(Or can I use some composition of fields…?)

Are you experiencing duplicates that are coming at the same time?

There should be different time stamps on each to tell one from the other.

Thanks for your reply David.

No, I’m not experiencing duplicates, but I’m developing a generic deduplication algorithm.

Then, if two or more payloads have the same timestamp, I can consider as duplicates right?

Yeah, exactly. If the timestamp is exactly the same, it could be a duplicate.

1 Like