Good afternoon, I need to sync my database when a new pipeline, deal stage or an owner is created or added to a deal. I've tried using a webhook workflow, so whenever a new deal is created or any of that data changes, I send a request to an endpoint and see if it exists in the database. But if I import a dataset, they can send hundreds or thousands of requests sequentially. Does anyone know a smarter way to do this sync?