| Solution |
| 1. | Create a List of mobile numbers |
Create List Variable from Tools Menu > Variable Manager. Make sure “User Variables” tab is selected. Click “Add New
Variable” and in 'Type' selection select “List”. Type user names. Give an appropriate name to List Variable (say “MobileNo”) and save the List Variable.
Screenshot 1 |
| 2. | Record a Task |
Record a task to send a message to one particular mobile number
through Yahoo Messenger's Text feature ("Start a Mobile Conversation" feature). |
| 3. | Replace your mobile
number in the task with the variable |
Open the task in the editor. Identify and edit the keystroke action that has the phone number and then replace the phone number with the
variable you declared earlier (say "MobileNo"). Screenshot 2 |
| 4. | Loop through the list of mobile numbers |
Identify the action from where you started a mobile conversation, from there till you had sent
the mobile message and put all those actions inside a Loop command for list variable "MobileNo".
Screenshot 3 |
| |
| When you run this task, it will send your message to all the mobile numbers in your list. |