Using status@broadcast for Whatsapp #1442
Unanswered
lucassk8prof
asked this question in
Help / Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone has an example how I can do to watch all messages received in a Whatsapp account and forward these messages to a group in another application (RocketChat for example)? I have tried creating:
[whatsapp.mywhatsapp]
Number="+xxxxxx"
SessionFile="session-xxxxx.gob"
QrOnWhiteTerminal=false
RemoteNickFormat="[{PROTOCOL}] @{NICK}: "
[rocketchat.myrocketchat]
Server="xxxxx"
Login="xxxx"
Password="xxxx"
PrefixMessagesWithNick=true
RemoteNickFormat="[{PROTOCOL} @{NICK}:]"
[[gateway]]
name="xxxx"
enable=true
But this doesn't worked, I am getting the '[HandleError:bridge/whatsapp/handlers.go:40] message type not implemented' error, and after '[0015] DEBUG whatsapp: [HandleTextMessage:bridge/whatsapp/handlers.go:131] <= Message is config.Message{.........' , not happens
Regards,
Beta Was this translation helpful? Give feedback.
All reactions