Resolved! Webhook Subscribe Problem
I created a webhook and I receive data when subscribing with ngrok, but I cannot receive data when subscribing with the domain. I use Flask with Python3.7. @app.route('/', methods=['POST'])def get_cmxJSON(): ret = gzip.decompress(request.data)....