Skip to content
Filippo Romani edited this page Nov 23, 2024 · 1 revision

Webhook are useful incase you're wondering how to respond to incoming message sent by users. An example of webhook is shown in the hook.py file.

PLEASE NOTE: the webhook requires other libraries to work, all of them are however included in the whatsapp package and should be already installed.

To learn more about webhook and how to configure in your Facebook developer dashboard please have a look here.

Clone this wiki locally