cancel
Showing results for 
Search instead for 
Did you mean: 

Webhook Subscribe Problem

Webhook Subscribe Problem

ajiybanesij
New Contributor

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).decode("utf-8")    print(ret)    return "OK"

 

Example : 

 https://4da9f13097b4.ngrok.io => I can receive data

https://sub.domain.com => I cannot receive data

1 ACCEPTED SOLUTION

SamPirok
Community Manager Community Manager
Community Manager

Hello, thank you for your patience while I looked in to this for you. I ran this past our XIQ engineers and they requested that we open a case for this so they can help you through setting up your webhook. 

View solution in original post

1 REPLY 1

SamPirok
Community Manager Community Manager
Community Manager

Hello, thank you for your patience while I looked in to this for you. I ran this past our XIQ engineers and they requested that we open a case for this so they can help you through setting up your webhook. 

GTM-P2G8KFN