Answer

1). Click on plus(+) button.
2). Fill up all the required details.
3). Click on Right(✓) button.

Answer

For edit or delete the rule Swipe the cell from right to the left side.

Answer

1). Click on tag menu (Bottom of the screen)
2). Click on tag button (bottom right corner).
3). Enter Tag name and message.
4). Click on save button.

Answer

For edit or delete the tag Swipe the cell from right to the left side.

Answer

1). Open WA Direct screen from the side menu.
2). Select country code.
3). Enter mobile number.
4). Enter message (Optional).
5). Click on send button.

Answer

1). For start auto reply set switch on (top right corner).
2). For stop auto reply set switch off (top right corner).

Answer

Click on auto reply rule cell (call work as a toggle)
☞ Cell right side show green vertical line means Enable.
☞ Cell right side show red vertical line means Disable.

Answer

Click on Tag cell (call work as a toggle)
☞ Cell right side show green vertical line means Enable.
☞ Cell right side show red vertical line means Disable.

Answer

Go to new or edit reply rule screen and select any app (Reply for WA App). Currently this app support WA Official, WA Business, WA GB and WA OG.

Answer

Go to settings screen (Side menu -> Settings) and select backup option to save backup (.autoreply) file on external storage and select restore option to restore it.

Answer

It will send reply to all the incoming messages.

Answer

It will match received message exact match specific string. without ignoring case sensitive message and trim leading and trailing spaces.
  Ex. (Abcd==Abcd) Answer is true.
  Ex. (Abcd==abcd) Answer is false.

Answer

It will check string contain inside received message. with ignoring case sensitive message.
  Ex. ("this is test message" Contain "test") Answer is true.
  Ex. ("this is test message" Contain "Test") Answer is true.
  Ex. ("this is test message" Contain "TEST") Answer is true.
  Ex. ("this is test message" Contain "Testing") Answer is false.

Answer

It will check received message start with specific string. with ignoring case sensitive message.
  Ex. ("this is test message" Contain "this is") Answer is true.
  Ex. ("this is test message" Contain "This Is") Answer is true.
  Ex. ("this is test message" Contain "THIS IS") Answer is true.
  Ex. ("this is test message" Contain "ThisIS") Answer is false.

Answer

It will check received message end with specific string. with ignoring case sensitive message.
  Ex. ("this is test message" Contain "test message") Answer is true.
  Ex. ("this is test message" Contain "Test Message") Answer is true.
  Ex. ("this is test message" Contain "TEST MESSAGE") Answer is true.
  Ex. ("this is test message" Contain "TestMessage") Answer is false.

Answer

It will check received message exact match with specific string. with ignoring case sensitive message and trim leading and trailing spaces.
  Ex. ("this is test message" Contain "this is test message") Answer is true.
  Ex. ("this is test message" Contain "This Is Test Message") Answer is true.
  Ex. ("this is test message" Contain "THIS IS TEST MESSAGE") Answer is true.
  Ex. ("this is test message" Contain "TestMessage") Answer is false.

Answer

It will check received message similarity match with specific string and calculate percentage. It will send reply based on threshold percentage.
  Ex. Threshold is 70 and received message similarity match with specific string is greater than 70 Answer is true.
  Ex. Threshold is 70 and received message similarity match with specific string is less than 70 Answer is false.

Answer

It will check received message with specific pattern. You can create your own pattern.
  Ex.
# Pattern Matches
1 [abc] a, b, or c (simple class)
2 [^abc] Any character except a, b, or c (negation)
3 [a-zA-Z] a through z or A through Z, inclusive (range)
4 [a-d[m-p]] a through d, or m through p: [a-dm-p] (union)
5 [a-z&&[def]] d, e, or f (intersection)
6 [a-z&&[^bc]] a through z, except for b and c: [ad-z] (subtraction)
7 [a-z&&[^m-p]] a through z, and not m through p: [a-lq-z](subtraction)
8 . Matches any character
9 ^regex Finds regex that must match at the beginning of the line.
10 regex$ Finds regex that must match at the end of the line.
11 [a-d1-7] Ranges: matches a letter between a and d and figures from 1 to 7, but not d1.
12 X|Z Finds X or Z./td>
13 XZ Finds X directly followed by Z.
14 $ Checks if a line end follows.
15 A* Finds no or several letter A
16 A+- Finds one or several letter A
17 A? Finds no or exactly one letter A
18 \d{5} Searches for five digits, .{10}for any character sequence of length 10.
19 \d{1,5} Means \d must occur at least once and at a maximum of five.
20 \d Any digit, short for [0-9]
21 \D A non-digit, short for [^0-9]
22 \s A whitespace character, short for [ \t\n\x0b\r\f]
23 \S A non-whitespace character, short for
24 \w A word character, short for [a-zA-Z_0-9]
25 \W A non-word character [^\w]
26 \S+ Several non-whitespace characters
27 \b Matches a word boundary where a word character is [a-zA-Z0-9_]
28 \p{Lower} A lower-case alphabetic character: [a-z]
29 \p{Upper} An upper-case alphabetic character:[A-Z]
30 \p{Blank} A space or a tab: [ \t]
31 \p{Alpha} An alphabetic character:[\p{Lower}\p{Upper}]
32 \p{Digit} A decimal digit: [0-9]
33 \p{Alnum} An alphanumeric character:[\p{Alpha}\p{Digit}]
34 \p{Punct} Punctuation: One of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~

Answer

It will check received message match with specific string. with ignoring case sensitive message and trim leading and trailing spaces.
  Ex. ("Hi" Not Match "hello") Answer is true.
  Ex. ("Hello" Not Match "hey") Answer is true.
  Ex. ("How are you?" Not Match "How are you?") Answer is false.
  Ex. ("I am fine" Not Match "i am fine") Answer is false.

Answer

It will check string contain word inside received message. with ignoring case sensitive message.
  Ex. ("this is test message" Contain Word "test") Answer is true.
  Ex. ("this is test message" Contain Word "Test") Answer is true.
  Ex. ("this is testing message" Contain Word "test") Answer is false.
  Ex. ("this is testing message" Contain Word "Test") Answer is false.

Answer

Send a welcome message when you receive a first time message from someone.

Answer

You can add multiple reply messages in single auto reply rule and also send at a time single (First) message or send all the message or randomly send single message.

Answer

You can set message reply delay between 0 To 99 second. It will send message automatically after complete delay.

Answer

You can also able to set reply message rule to Individuals, Groups or Both.

Answer

You can also able to set reply message to specific contacts or groups. All the Names, Contacts and Groups name separated with commas.
  Ex. Abc(Save Contact Name),9999999999(Contact Number),Xyz(Group Name)

Answer

You can also able to Ignored specific contacts or groups. All the Names, Contacts and Groups name separated with commas.
  Ex. Abc(Save Contact Name),9999999999(Contact Number),Xyz(Group Name)

Answer

You can also able to set reply message for particular days and times.
  Ex. Sunday 10:00:19:00

Answer

You can also able repeat reply message between 1 To 99.

Answer

1). Open status screen (Side menu -> Status)
2). Select Videos or Images section.
3). Long press on Video or Image.
4). After long press save option appear bottom of the screen and select them.
5). Go to Saved section and see all the Downloaded Videos and Images.

Answer

You can also able pause rule. Ex.
Minutes: After rule trigger, rule will be pause for particular number of minutes.
Hours: After rule trigger, rule will be pause for particular number of Hours.
Days: After ruler trigger, rule will be pause for particular number of Days.
Messages: After rule trigger, rule will be pause for particular number of Messages.