How to send Sms message from system to mobile? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to send Sms message from system ...

How to send Sms message from system to mobile?


Code Snippet:

Twilio.init(ACCOUNT_SID,AUTH_TOKEN);
Message message = Message.creator(new PhoneNumber("+91 77##########"),new PhoneNumber("+170#########"), "your otp is 123456").create();

Leave a Reply

Your email address will not be published. Required fields are marked *