wax v0.8.4 WhatsappApi
Documentation for WhatsappApi.
Link to this section Summary
Functions
Check if phone number is valid an gets wa_id
Check if phone list numbers are valid an gets wa_id
Obtener la configuración de la cuenta
Check whatsapp health
Sends a text message
Actualiza la configuración de la cuenta
Link to this section Functions
Check if phone number is valid an gets wa_id
Link to this function
check_list(phone_list, provider)
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)
Link to this function
download(media_id, provider)
Obtener la configuración de la cuenta
Check whatsapp health
Link to this function
logout(provider)
Link to this function
send_hsm(message, provider)
send_hsm(Whatsapp.Models.MessageOutboundHsm.t(), String.t()) :: map()
Link to this function
send_hsm_interactive(message, provider)
send_hsm_interactive( Whatsapp.Models.MessageOutboundHsmInteractive.t(), String.t() ) :: map()
Link to this function
send_hsm_otp(message, provider)
send_hsm_otp(Whatsapp.Models.MessageOutboundHsmOtp.t(), String.t()) :: map()
Link to this function
send_media(message, provider)
send_media(Whatsapp.Models.MessageOutboundMedia.t(), String.t()) :: map()
Link to this function
send_media_hsm(message, provider)
send_media_hsm(Whatsapp.Models.MessageOutboundMediaHsm.t(), String.t()) :: map()
send_media_hsm(Whatsapp.Models.MessageOutboundMediaIdHsm.t(), String.t()) :: map()
Link to this function
send_message(message, provider)
send_message(Whatsapp.Models.MessageOutbound.t(), String.t()) :: map()
Sends a text message
Link to this function
send_message_interactive(message, provider)
send_message_interactive( Whatsapp.Models.MessageOutboundInteractive.t(), String.t() ) :: map()
Link to this function
send_message_media_general(message, provider)
send_message_media_general( Whatsapp.Models.MessageOutboundMediaGeneral.t(), String.t() ) :: map()
Link to this function
two_step(pin, provider)
Link to this function
update_application(data, provider)
Actualiza la configuración de la cuenta
Link to this function
verify_account(code, provider)