Since there's a webhook for the item.create and item.update events, we can use those to transfer this data to other systems on creation or update of an item. A record could be created by accident and deleted/archived and it's already in the other system due to the item.create webhook. The item.update webhook doesn't get triggered with the delete/archive, so there should be a webhook for deletion so other systems can be cleaned up as well.