#Talon - CLI Webhooks Error
1 messages · Page 1 of 1 (latest)
Hello! That error usually means you're using the wrong signature or the body of the request is being modified before the signature can be verified.
solved by replacing request.data to request.body
The body of the request must be exactly as received in order for verification to work.