Learn how to send text messages (SMS) directly from your Mendix Native app. This guide covers adding a button to trigger the message, configuring the message content, specifying recipients, and testing the SMS functionality on a device.
Go to the Utility page & take a button, give the name SMS.

Double click on SMS button -> In onClick events select call a nanoflow & create a new nanoflow(ACT_SMS).

Open ACT_SMS nanoflow & take a Send Text Message activity.

Open Send Text Message activity & pass your phone number where you want to send the message.
You can pass your dynamic phone number, for this tutorial, I am taking static value. You can pass your number with or without a country code, both will work.

Now run the application & test it.

When you click the SMS button, your device’s messaging app will open with the specified number.

Conclusion:
I hope this article has helped you understand How to Send Text Messages In Mendix Native App.
Thanks for reading this! See you in the next blog post.
