Chainlink api call to moralis db

I have a dice rolling game similar to Yahtzee. When the game is finished the high score goes to my Moralis db.

How do I use the API Console in Moralis so that I can have a custom chainlink API call to set the high score on-chain in a game?

(not sure if this question should be in here of under Moralis, so I apologize in advance if it’s in the wrong spot)

maybe you could make a cloud function that returns that specific info and chainlink could make a http request to that cloud function

https://docs.moralis.io/moralis-server/cloud-code/cloud-functions#calling-via-rest-api

Oooohh my guy! Thank you! :smiley: I must have skipped over that due to my googling induced delirium :woozy_face: