Compatible with iOS 8, 9, 10 and 11

Also available, WAAutoReply

WAAutoReply Enterprise, make your WA become a customer service.

Features:
1.Auto Reply for WhatsApp Messages.
2.Supports Reply even if WhatsApp in Background.
3.Supports Reply from LockScreen.
4.Supports Reply even if WhatsApp killed by system.

How to use:
1 Tags method
1.1 set default tag reply text like:
001 for something.
002 for something.
003 for something.
1.2 add 001 tag and reply 001 tag's reply text.
1.3 add 002 tag and reply 002 tag's reply text.
1.4 add 003 tag and reply 003 tag's reply text.

2 Web Server method
2.1 add web server url like http://www.xx.com/reply.php
2.2 make sure your web server url will response json {"msg":""}
2.3 make sure your reply message is urlencoded.
2.4 here is a php example:

header('Content-type:text/json');

//Get param from autoreply
$fromid=$_GET["fromid"];
$fromname=$_GET["fromname"];
$msg=$_GET["msg"];

//reply message

$replymsg="msg:".$msg."nfromid:" .$fromid."nfromname:".$fromname;
//make sure your reply msg is urlencoded
$replymsg=urlencode($replymsg);
$out="{"msg":"".$replymsg."" }";
echo $out;
?>

Configure options from WhatsApp.

See larger Screenshots below..

View All Screenshots
Advertisements

support to 2.19.21
Updated February 21, 2019
License Commercial Package
Suggested Price $ 10.00
More Packages from Developer
Submit Your Tweak or App
Follow @BigBoss on Twitter
Terms and Conditions

Advertisements