I have an apps script that captures the onEdit event when I edit a certain Google Spreadsheet cell manually, and applies various formatting changes based on the change.
However, when I edit the same cell using the Google Drive API, the script doesn't seem to run.
Is there some way to trigger an event via the api which can be caught by the apps script? Or some other solution for this?