2018-11-26 05:23:42 +00:00
|
|
|
# Setting up Mautrix Whatsapp (optional)
|
2018-10-24 16:12:24 +00:00
|
|
|
|
|
|
|
The playbook can install and configure [mautrix-whatsapp](https://github.com/tulir/mautrix-whatsapp) for you.
|
|
|
|
|
|
|
|
See the project's [documentation](https://github.com/tulir/mautrix-whatsapp/wiki) to learn what it does and why it might be useful to you.
|
|
|
|
|
|
|
|
Use the following playbook configuration:
|
2018-11-26 05:23:42 +00:00
|
|
|
|
|
|
|
```yaml
|
2018-10-24 16:12:24 +00:00
|
|
|
matrix_mautrix_whatsapp_enabled: true
|
|
|
|
```
|
|
|
|
|
2019-02-28 09:51:09 +00:00
|
|
|
You then need to start a chat with `@whatsappbot:YOUR_DOMAIN` (where `YOUR_DOMAIN` is your base domain, not the `matrix.` domain).
|