diff --git a/doc/using_webhooks.rst b/doc/using_webhooks.rst index 72c4d72..2033e4f 100644 --- a/doc/using_webhooks.rst +++ b/doc/using_webhooks.rst @@ -34,6 +34,7 @@ to validate the message, in python you can simply do something like this: :: import hmac + import hashlib payload = # content you received in the POST request headers = # headers of the POST request