WhatsApp localisation

Clarel

New member
I want to create a button widget when pressed sends my whatsapp location to a specific whatsapp group.
 

Dm114

Well-known member
I want to create a button widget when pressed sends my whatsapp location to a specific whatsapp group.
You can save your location in a string variable with 'share location' action and then open WhatsApp and use UI actions (with a short delay of 100 to 500ms between each action) to send your message.

Another simpler way is to open this URL https://wa.me/your_contact's_intl_phone_number/?text=Text_to_send but I don't know how it could work for a group.
 

Clarel

New member
You can save your location in a string variable with 'share location' action and then open WhatsApp and use UI actions (with a short delay of 100 to 500ms between each action) to send your message.

Another simpler way is to open this URL https://wa.me/your_contact's_intl_phone_number/?text=Text_to_send but I don't know how it could work for a group.
I was able to do it with UI. Works excellently. Unfortunately video too bulky to send as attachment...12-15MB..
 
Top