SMS capture data and use it to send back sms

titsky

New member
Hi i just installed this app and bought the upgrade right away but i dont know how to use it yet. What i want to do is to capture some data from sms content like name and mobile number and some amount in my currency then use the amount to pull data from a csv file that correspond to the amount pulled up from received sms then send sms message to the number parsed from sms content not sms sender. Is that achievable?
 

titsky

New member
Example of the message below:

You have received PHP 30.00 of GCash from NORKAYA TUGUE 09973179276 w/ MSG: . Your new balance is PHP 11521.36. Ref. No. 4005756602622.


Then automate an sms send using the data in bold italic above and some parse data from a csv file with this message for example:

Thank you (Name) for buying _______days of wifi hotspot connection. Your voucher code is _________.



In csv file:

Amount-Days-Voucher
 

titsky

New member
Guys i made some progress. What i am still figuring our is on how to get the data from the first line of csv file and use it as a variable and at the same time deleting that line of data from the csv file.
 
Top