sms forwarder

Post your questions and help other users.

Moderator: Martin

Post Reply
ahmadmll
Posts: 69
Joined: 06 Jul 2013 15:02

sms forwarder

Post by ahmadmll » 25 Jul 2013 19:43

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

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: sms forwarder

Post by Martin » 26 Jul 2013 08:17

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

ahmadmll
Posts: 69
Joined: 06 Jul 2013 15:02

Re: sms forwarder

Post by ahmadmll » 26 Jul 2013 11:00

Thank you very much,Martin....
I love you!!!!!
Finally i could do it.

Post Reply