Add a way to add MySQL as an action for triggers. It is tremendously helpful for more “advance” tracking by allowing users to directly store data to an external MySQL server.
Currently to acheive this I use a webhook that sendas the data to a mysql server however it would be MUCH easier to use a MySQL connection directly.
This is already possible if you use webhooks and an intermediary process. We will not directly interface with mySQL