Using third party API

I am trying to use Third party API in golang, is it possible with Moralis?

Using cloud functions?

Also does cloud functions only support JS?

Hey,

Yes you can use third party API calls within cloud functions in Moralis. However, it’s all in JS right now. So, using GoLang within cloud functions is not possible.

You can redirect events to third parties (External APIs) with webhooks or you can call external APIs from within your cloud functions with HTTP Requests
https://docs.moralis.io/webhooks
https://docs.moralis.io/httprequest

Happy BUIDLing ! :smile:

2 Likes