whatsapp direct call
Moderator: Martin
whatsapp direct call
hia, how can I make an action to voicecall directly to a contact with whatsapp? I want to put a shorcut on home screen that make a call to a specified contact, thanks
Re: whatsapp direct call
Possible, you need Control UI to tap the call.
Trigger : Shortcut, create the shortcut to home screen and modify as you need.
Action 1 : Launch Shortcut, create the shortcut to the contact you want to call
Action 2 : Control UI
The code is taken from the whatsapp UI element, you can find it by yourself. But it should the same in all phones, so just use above.
Remember to enable accessibility services for Automagic if you haven't.
Trigger : Shortcut, create the shortcut to home screen and modify as you need.
Action 1 : Launch Shortcut, create the shortcut to the contact you want to call
Action 2 : Control UI
Code: Select all
click("Call");
Remember to enable accessibility services for Automagic if you haven't.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.