Search found 6 matches

by bulentcandan
16 Mar 2017 13:59
Forum: Flow Sharing Area
Topic: Let's develop an assistant
Replies: 10
Views: 46724

Re: Let's develop an assistant

Hi, Now, Assistant can send a 'speech-to-text' message to a specific WhatsApp contact. For example; You : John send message Assistant : What is your message? You : Hello Assistant : Your message is Hello. Is it OK? You : Yes Then, Assistant sends message to John via WhatsApp. In the Control UI actio...
by bulentcandan
24 Oct 2015 11:56
Forum: User Help / Bug Reports
Topic: Send message to Whatsapp contact
Replies: 3
Views: 11820

Re: Send message to Whatsapp contact

There is a simple assistant flow at this link (https://automagic4android.com/forum/viewtopic.php?f=3&t=4197) Please see the "send text" section of the flow. Actually it's a share action for whatsapp. First I tried "Action : Activity Start / action : android.intent.action.SENDTO" intent action but it...
by bulentcandan
18 Oct 2015 13:12
Forum: Flow Sharing Area
Topic: Let's develop an assistant
Replies: 10
Views: 46724

Re: Let's develop an assistant

I updated Assistant flow, now "send text" voice command works. In this flow, I tried to use "android.intent.action.SENDTO" intent action but could not succeed to send message to a specified whatsapp contact. First I used an expression; groups = newList(); if(matches(value, "(.*) send text", groups))...
by bulentcandan
20 Sep 2015 22:01
Forum: Flow Sharing Area
Topic: Let's develop an assistant
Replies: 10
Views: 46724

Let's develop an assistant

Hi, I tried to make an assistant with combining some shared flows of others. And also thanks to Martin for his help. Install a shortcut to your home screen, click the shortcut and say; - "contact name in your phonebook" call. Eg. "X call" to call X - "contact name in your phonebook" send sms - (New)...
by bulentcandan
08 Sep 2015 21:13
Forum: User Help / Bug Reports
Topic: Call a contact in phonebook via voice
Replies: 4
Views: 12182

Re: Call a contact in phonebook via voice

Hi Martin,

It works. Thanks.
by bulentcandan
06 Sep 2015 21:45
Forum: User Help / Bug Reports
Topic: Call a contact in phonebook via voice
Replies: 4
Views: 12182

Call a contact in phonebook via voice

Hi, I try to make a flow that can call someone in my phonebook via voice command. - Action: Shortcut - Action: Input Speech Ex. Ben - Action: Call Number But I can only enter number to "Number" field of "Action: Call Number". When I enter {value} to "Number" field, phone dials 236. Is it possible to...