WhatsApp Chatbot
Forward user sent message to Chatbot through GET request.
get
/messages
Query parameters
tostringrequired
The receipient mobile number of message
fromstringrequired
The sender mobile number of message
media_typestringrequired
Type of message ex:- text, image
textstring
If media_type is "text" then the actual message would be picked from this field
media_datastring
media data if meda_type other than text
Responses
cURL
JavaScript
Python
HTTP
200
400
No body
Forward user sent message to Chatbot through POST request
post
/messages
Query parameters
tostringrequired
The receipient mobile number of message
fromstringrequired
The sender mobile number of message
media_typestringrequired
Type of message ex:- text, image
textstring
If media_type is "text" then the actual message would be picked from this field
media_datastring
media data if meda_type other than text
Responses
cURL
JavaScript
Python
HTTP
200
400
No body
Last updated
Was this helpful?