Suggestions for Stripe Integration?

Hi,

I’m integrating a subscription model using Stripe. I was wondering if there was a way to use the Stripe events to add a record into my Moralis database. If so, what is the best way to go about this?

To sum things up:
I want to be able to add new row in my database straight from Stripe.
This row will state the user’s email and if they are subscribed — so that we can use the information with our cloud functions.