Page 1 of 1

sms forwarder

Posted: 25 Jul 2013 19:43
by ahmadmll
Hi my friends
I want to create a flow that when i send a phone number to my phone,it take the number and forward all sms that receive later to that phone number.
Can u help me???????????

I could create this flow but i have a problem
My flow forward all messages to one number that i define it,but i want to change this number remotely.
Is possible it???

This is my flow:
http://automagic4android.com/flow.php?i ... 1042061ff5

Re: sms forwarder

Posted: 26 Jul 2013 08:17
by Martin
Hi,

You can use a global variable for the receiver field in action Send SMS. For example {global_sms_receiver} and then assign the call number to this variable.
The text {global_sms_receiver} will be replaced with the text stored in the variable when the action is executed.

to manually create the variable:
-on the flow list: Menu->Manage->Global Variables
-press the [+] icon to create a new variable
-enter the variable name global_sms_receiver
-enter the call number
-press OK

You can assign a different value to the global variable using an action Script from a flow:
-action Script: global_sms_receiver="1234567";

Regards,
Martin

Re: sms forwarder

Posted: 26 Jul 2013 11:00
by ahmadmll
Thank you very much,Martin....
I love you!!!!!
Finally i could do it.