Hi,
We are using dbSync to integrate salesforce and our SQL database. I could see that we can schedule integration to run after every 2 minutes or so from dbSync. But can we have a way where we can specify event based sync from salesforce ? For an example, if account is created or updated in salesforce then only data should get synced from salesforce to SQL database. We just want to make it event dependent rather than frequently polling salesforce, which consumes more APIs.
Any help is much appreciated. Thanks.