when i am trying to listen to my webhook , which is a post request . how can i do that?

I have a question . I have a url which i ported to QA ,to make it public so that it can receive my POST request for my webhook . , i checked in postman and the request send data and i receive a confirmation also , now when i am trying to listen to my webhook , which is a post request . how can i do that
I am trying to listen to any new messages posted on my URL。
You already invited:

Ezra - Sql

Upvotes from:

You should be able to just listen for it like you'd listen to any POST request. However, the fact that you sent a request to it and got a confirmation despite not writing anything to handle that request makes me think there's more going on. It sounds like this is something you're doing for work (judging by the 'QA' portion) so you might have to talk to them about how to route requests to your handlers.

If you wanna answer this question please Login or Register