Post your questions and help other users.
Moderator: Martin
-
Tordenfod
- Posts: 32
- Joined: 18 Sep 2014 15:20
Post
by Tordenfod » 20 Sep 2014 10:33
I i want a flow to send an sms to the last caller ( in car or meeting mode could be exsampels) how do i do that ? Use the "send Sms : to..( what ?) .... My guess is a variable witch bring another question.. Any hints on where to look if i want to learn more abouth how to use them... .? I could use google and i did - but it didnt bring me any noob guide or what ever the term is for that

...
In general ! Are there any sites that is a read must if using automagic? Tasker have thousind of how to related pages,witch makes sence since its no way near as user friendly as automagic, but would be nice to have some flows to look in to and learn from... Its pretty anoying to have the idears for greath flows and not being able to perform - that goes for flying a rocket to

-
sambarlick
- Posts: 96
- Joined: 27 Jul 2014 10:40
Post
by sambarlick » 20 Sep 2014 14:48
Hi,
There is a flow trigger called incoming flow. It supplies lots of variables, but most importantly the number of the incoming call.
There is probably not many websites dedicated to help with automagic because the help within automagic is very extensive.
Whenever your in a trigger, condition or action press the ? And all the help you could need will tell you about the trigger/condition/action and the variables they supply.
Hope that helps.
-
kvelez
- Posts: 3
- Joined: 23 Sep 2014 20:12
Post
by kvelez » 23 Sep 2014 20:39
I am trying to do something similar. Incoming Call Trigger returns Null on an SMS message. Init Variables Call Log only returns the number for the last phone call. I suspect Android 4.4.2 with their "hangouts" integration has screwed it up for everyone. Anyone have a work around?
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 24 Sep 2014 11:27
Hi,
Trigger Incoming Call should not even be invoked when you receive an SMS. You can use a trigger SMS Received for this purpose. Please note that it will not work with hangout messages, just regular plain SMS messages.
You could try to intercept hangout messages or messages of other messengers like whatsapp with a trigger Notification on Statusbar Displayed.
Regards,
Martin
-
kvelez
- Posts: 3
- Joined: 23 Sep 2014 20:12
Post
by kvelez » 24 Sep 2014 12:02
I agree incoming call should not be used. I only referred to it because the previous post did. I am not using hangouts but google did attempt to make it the default on 4.4.2. SMS received has been in the equation all along, the issue is storing the SMS phone number so it can be used in the SMS send action. {sms_sender} appears to be the solution but it did not show up as an available variable in the trigger. I got it now.
-
sambarlick
- Posts: 96
- Joined: 27 Jul 2014 10:40
Post
by sambarlick » 26 Sep 2014 12:30
The original poster wanted to send an sms to last/missed caller.
Why can't incoming call be used as a trigger?
Martin responded to another post asking the same thing and his solution was to use incoming call as the trigger.
Sam