Free Whatsapp Sender

GRATIS
Da whatsimo | Aggiornamento 2달 전 | Communication
Popolarità

0.2 / 10

Latenza

49ms

Livello di servizio

0%

Health Check

N/A

Torna a tutti i tutorial (2)

How to send a Whatsapp message, calling endpoint "send"

You can easily send a message to any Whatsapp number using this endpoint. Follow steps bellow:

  1. Authenticate: Before sending a request to “send” endpoint, you have to call “qrcode” and scan it’s response by your WhatsApp application and also get the id and token from callback. Here you can read more about this.

  2. Call endpoint: After a successfull call to endpoint “qrcode” you are ready to use “send”. There are 4 parameters to be sent in the body of the request:

  • message: The text message to be sent
  • receiver: The WhatsApp number of the recipient of the message. Begining with country phone code without +, e.g. 1********* for a U.S. phone number.
  • id: The ID obtained from the callback to your webhook address in response to a successful call to endpoint “qrcode”
  • token: The token obtained from the callback to your webhook address in response to a successful call to endpoint “qrcode”