#whatsapp group

1 messages · Page 1 of 1 (latest)

vivid ridge
#

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
}
}
}

spare brambleBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

rough bisonBOT