Where I can find SENDMESSAGE ,?

I need send SMS and i cant find where conponent SENDMESSAGE

Welcome to the community. Component is called texting. You can find it in Social Category

Or search components in Palette

1 Like

Please also read the documentation (especially about Send_Message and Send_Message_Direct)

http://ai2.appinventor.mit.edu/reference/components/social.html#Texting

1 Like

Please tell me how to make an SMS sent immediately after clicking on the button in my application, and then I now require that I confirm its sending from the standard application of my phone by sending SMS

Use texting component for sharing sms

There is no after message send event you can use in the provided component. You may want to look through this extensive extensions list to see if there is anything there that can help you:

1 Like

You could try sending the message to yourself as well as the person you want to send it to, and when you receive it, you can use the When Texting1.GetMessage Event to verify and update a component on the editor.

You can do that using Texting1.SendMessageDirect, which will send the message without opening your default Messaging app.