May I send the SMS in Cloud Function?

I integrated the sendgrid already.

if you find a provider that lets you send SMS with an api request then you can made that api request from cloud code easily

Moralis.Cloud.SendSMS doesnโ€™t exist like Moralis.Cloud.SendEmail?

no, that one doesnโ€™t exist, you will have to implement your own cloud function to do that