wax v0.6.0 WhatsappApi

Documentation for WhatsappApi.

Link to this section Summary

Link to this section Functions

Link to this function

check(phone, provider)

Specs

check(String.t(), String.t()) :: map()

Check if phone number is valid an gets wa_id

Link to this function

check_list(phone_list, provider)

Specs

check_list([String.t()], String.t()) :: map()

Check if phone list numbers are valid an gets wa_id

Link to this function

create_account(data, provider)

Link to this function

create_user(provider, data)

Link to this function

delete_media(media_id, provider)

Specs

delete_media(String.t(), String.t()) :: tuple()
Link to this function

download(media_id, provider)

Link to this function

get_application(provider)

Specs

get_application(String.t()) :: map()

Obtener la configuración de la cuenta

Link to this function

get_health(provider)

Specs

get_health(String.t()) :: map()

Check whatsapp health

Link to this function

logout(provider)

Link to this function

send_hsm(message, provider)

Specs

Link to this function

send_media(message, provider)

Specs

Link to this function

send_media_hsm(message, provider)

Specs

Link to this function

send_message(message, provider)

Specs

Sends a text message

Link to this function

send_message_interactive(message, provider)

Specs

send_message_interactive(
  Whatsapp.Models.MessageOutboundInteractive.t(),
  String.t()
) :: map()
Link to this function

two_step(pin, provider)

Link to this function

update_application(data, provider)

Specs

update_application(map(), String.t()) :: map()

Actualiza la configuración de la cuenta

Link to this function

verify_account(code, provider)