Hello @andremoura,
If you want to monitor the sheet for every change, that could get expensive as well.
If you still want to do it, look into creating an Apps Script that can detect changes then call a Make webhook along with the coordinates / range of the cell(s) that changed.
Others have done something similar if you just search something like “google apps script webhook”. Here is one example.