Free Whatsapp Sender

무료
분류별 whatsimo | 업데이트됨 2ヶ月前 | Communication
인기

0.2 / 10

지연 시간

49ms

서비스 수준

0%

Health Check

N/A

모든 자습서로 돌아가기 (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”