Whatsapp Api
[!WARNING] The 1.x version of this library is WIP project.
[!IMPORTANT] Version 0.8.X is the last version that works for the deprecated Whatsapp On Premise API. You can find it on this (branch)[https://github.com/resuelve/wax/tree/On-Premise-API-0.8]
Cliente para comunicar con el servicio de Whatsapp https://developers.facebook.com/docs/whatsapp
- Create User
- Create account
- Verify account
- Check contact
- Send text messages
- Send hsm messages
- Send media messages
- Download media
- Delete media
- Get application medatada
- Update application metadata
- Two step verification
- Get health
- Stats
- Support
Installation
If available in Hex, the package can be installed
by adding wax to your list of dependencies in mix.exs:
def deps do
[
{:wax, "~> 1.0.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/wax.