Stigg-Webhooks-Secret
property:
messageId
field provided in each webhook event. This unique identifier ensures idempotency by allowing you to track and ignore duplicate events.
When your system receives a webhook, check the messageId
against previously processed IDs. If the messageId
has already been processed, discard the event to avoid redundant operations.