How can I update tables through Metabase Alerts?

I have to periodically update a table with a fixed query.
I am currently using an external system to create a chron job to automate running the query every day.

Is it possible to achieve the same via Metabase Alerts?
The feature seems to be designed for read-operations on the table to periodically check in if the data seems alright.
But can we use this feature for write (insert/update) operations on a table?
Otherwise, is there any other Metabse feature that can help me schedule running queries to update tabless?

I've not tried this, but would a SQL Question running a stored procedure work? It could do the check, the update, then return a result.