Create a Button That Sends Quick Messages by Whatsapp
Thunkable
How to Create a Button That Sends Quick Messages by Whatsapp With Thunkable- Make the send button whatsapp message via an app in thunkable. Make a screen, then make a button. You can modify the button icon. Please find the button design for whatsapp.
In this tutorial you do not need an extension like taifun. You just know enough whatsapp URI data to send messages from the app.
Here's how to make a button send a quick message via whatsapp
1. Make a screen
2. Make Button
3. Insert the activity starter in the connectivity field into the screen
4. Then click the block mode,
5. Please make your code like picture below.
The command when the user clicks the button to send a message wa.
6. Put the phone number into the Activity Starter Data Uri field
7. If the user has not installed whatsapp, a notice "Sorry please install whatsapp on your smartphone".
You can change the notification.
In this tutorial you do not need an extension like taifun. You just know enough whatsapp URI data to send messages from the app.
Here's how to make a button send a quick message via whatsapp
1. Make a screen
2. Make Button
3. Insert the activity starter in the connectivity field into the screen
![]() |
Insert the activity starter in the connectivity field into the screen |
4. Then click the block mode,
5. Please make your code like picture below.
![]() |
Please make your code like picture below. |
The command when the user clicks the button to send a message wa.
6. Put the phone number into the Activity Starter Data Uri field
7. If the user has not installed whatsapp, a notice "Sorry please install whatsapp on your smartphone".
You can change the notification.