How can i have continuously updated messages data on my data warehouse using the Intercom Message Export API Hi everyone, i currently use the export job API to retrieve the message stats that we use to calculate series and messages performance metrics such as open rate, ctr, bounce and spam rate and so on. We do this by running a script on google apps script that has the following functions: Creating an export job with the desired (and user defined) time rangeAfter the export job is created, constantly check untill the job status is completedOnce the export job is completed, the export job is downloaded and written to a spreadsheet page, from which all metrics will be calculated. Since this process currently runs on google sheets, it is highly limited in terms of volume of messages that can be analyzed, as gooogle sheets has a high performance penalty when handling more than 50.000 rows,(our current row count for a full week of messaging is about 100,000 rows, which means that we can retrieve results for shorter-than-a-week intervals at each time) Aditionally, this format doesn't provide