I want to configure whatsapp in the following way (the bot is using my personal number):
I want it to reply in groups, but only to 2 phone numbers, and only if the message is prefixed with "aibo".
This is what I tried so far:
"whatsapp": {
"enabled": true,
"selfChatMode": true,
"allowFrom": [
"+MYNUMBER"
],
"dmPolicy": "allowlist",
"groupPolicy": "allowlist",
"groupAllowFrom": [
"+MYNUMBER",
"+OTHERNUMBER"
],
"messagePrefix": "aibo",
"groups": {
"*": {
"requireMention": false
}
}
}
so far it is not responding at all in groups, it does respond if I text "myself" in whatsapp (with or without prefix)