85c337 Fix sending the payload to the web-hook(s)

Authored and Committed by Pierre-Yves Chibon 10 years ago
    Fix sending the payload to the web-hook(s)
    
    Sending the data as a dict does not end well, it's like only the keys
    were sent.
    With this change, the whole message is converted to a JSON blob and sent
    allowing the all the data to reach the destination.
    
        
file modified
+1 -1