Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavyadav-dev/twilio-whatsapp-sandbox
This is Twilio Whatsapp Sandbox API to send whatsapp text and mutlimedia messages.
https://github.com/vaibhavyadav-dev/twilio-whatsapp-sandbox
expressjs messaging nodejs rest-api twilio-api twilio-whatsapp-sandbox
Last synced: about 1 month ago
JSON representation
This is Twilio Whatsapp Sandbox API to send whatsapp text and mutlimedia messages.
- Host: GitHub
- URL: https://github.com/vaibhavyadav-dev/twilio-whatsapp-sandbox
- Owner: vaibhavyadav-dev
- Created: 2023-03-19T17:31:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T04:58:53.000Z (over 1 year ago)
- Last Synced: 2024-10-09T17:43:18.766Z (2 months ago)
- Topics: expressjs, messaging, nodejs, rest-api, twilio-api, twilio-whatsapp-sandbox
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://user-images.githubusercontent.com/94986377/226427035-88e08d28-cb3d-4448-b215-f9a6ae0a72f0.jpg)
### -If You have any doubt regarding this code feel free to ask in discussion section 😊.