ajiybanesij
New Contributor
since ‎09-07-2021
‎08-30-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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)....
GTM-P2G8KFN