The first id, returned in the Webhook payload, is a unique ID that we generate when delivering a Webhook. We will attempt to re-deliver a Webhook if the original request stalls, which could lead to the WebHook being delivered twice. In this case, you could use the id to deduplicate the Webhook, thus, persisting the id is recommended.