Page 1 of 1

whatsapp direct call

Posted: 01 May 2018 06:19
by holymoz
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

Posted: 01 May 2018 12:10
by Desmanto
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

Code: Select all

click("Call");
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.

Re: whatsapp direct call

Posted: 01 May 2018 16:24
by holymoz
Thanks, it works.