Store external data on Hubspot

I have a python script that scrapes some data from a website (it’s just a string with a date and prices).

What is the best way for me to send this to Hubspot?

I aim to use it in an automated email that goes out daily.

Use a serverless function to add it to hubDB would be my first thought on how to do this.