To respond to a webhook you just “echo to the screen”
Just only the Twitch server making the request will “see” the screen.
“echo” is basically the same as resp.send('words and stuff'); in node. (Just PHP lets you echo lots of times (until exit; or end of program) where as resp.send will send and end)