I am trying to receive a call back to run a gitlab runner script from third party webapp which I can register a webhook URL, but I cannot find any documentation about it.
I am wondering if this is even possible to create a webhook address to receive post request and process the request body.
Where can I find the documentation or implementation sample?