Error in SMS sending project

ERROR SHOWN: ‘str’ object has no attribute ‘client’

Hey, @gurmohit16 maybe try changing Sms into sms in
response=sms.send_sms

@gurmohit16

There is a typo in the variable name in the statement where you have called send_sms function.

Change it from Sms.send_sms to sms.sent_sms