Hello Experts,
From the API guide I can see web hooks concept has anyone implemented web hooks? There is a mention of creating a web listener and I am trying to understand it better.
In this API link - https://qualtrics.stoplight.io/docs/gh/qualtrics/publicapidocs/docs/Guides/Common%20Tasks/listen-to-and-retrieve-responses-in-real-time.md?srn=gh/qualtrics/publicapidocs/docs/Guides/Common%20Tasks/listen-to-and-retrieve-responses-in-real-time.md
there is a mention of Python code that works by extending the BaseHTTPRequestHandler, by creating a class called Handler class Handler(BaseHTTPRequestHandler) and then create a do_POST method there. The posted data is in scope in the self field.
I am not having expertise in Python language, so could anyone help me here to understand this web listener python code that is being used.
Appreciate your help. Thanks!
Sandhya
Question
Webhooks and Web listener - Python code decoding for understanding
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.