Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 790 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 790 Bytes

Twilio Whatsapp Sandbox API.

This Code will allow us to send message directly to someone on their whatsapp number via a API.

  • To Use this API you have to provide "PhoneNumber" (+91 included), whom you want to send your message, "Message" this will be your message and last one is optional "Media", this will include Media such as images, voice, document message. All this must be in body of request otherwise request will be rejected.
  • Make sure to give your Twilio Whatsapp number, ACCOUNT_SID, AUTH_TOKEN in environmental variable.

View In Postman :-

Twilio Whatsapp SandBox API

-If You have any doubt regarding this code feel free to ask in discussion section 😊.