Forge - saving data to external MySQL DB?

I have a requirement to generate large amounts of data from Jira Service Management (the audit/history of issues) and save this to an external MySQL DB that can be accessed by Rest API. Is this possible with Forge? I know you can use the Fetch API to read data from External DB’s, but cannot find anything about saving data to an external DB.

You can use fetch to write data as well as read. It’s just a simple HTTP client.