Skip to content

Webhook Example Webhook is a feature that allows you to receive a callback from our server when a message is incoming to your device. You can use this feature for made a dynamic chatbot or whatever you want. We will send a POST request to your webhook url with a JSON body.

Notifications You must be signed in to change notification settings

codesmithsys/wmdb-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wmdb-webhook

Webhook is a feature that allows you to receive a callback from our server when a message is incoming to your device. You can use this feature for made a dinamic chatbot or whatever you want. We will send a POST request to your webhook url with a JSON body. Here is an example of the JSON body we will send:

{ "message" : "message", "from" : "the number of the whatsapp sender", "bufferImage" : "base64 image, null if message not contain image", }

About

Webhook Example Webhook is a feature that allows you to receive a callback from our server when a message is incoming to your device. You can use this feature for made a dynamic chatbot or whatever you want. We will send a POST request to your webhook url with a JSON body.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages