TinyGSM + Neoway M590

Hello everyone! Can you help me? I can not understand how to send sms?
TinyGSM -> How to send SMS ?

modem.sendSMS(“phone”, “text”)
Not working ??

This is what info I could find… not clear if SMS is supported on Cloud Server or not.

Enabling sms on local server

To enable SMS notifications on Local Server you need to provide credentials for SMS gateway (currently Blynk server supports only 1 provider - Nexmo. You need to create file sms.properties within same folder where server.jar is.

nexmo.api.key=
nexmo.api.secret=

And fill in the above properties with the credentials you’ll get from Nexmo. (Account -> Settings -> API settings). You can also send SMS over email if your cell provider supports that. See discussion for more details.