Skip to content
Advertisement

Tag: webhooks

How do I debug a webhook POST?

A webhook is sending me a POST, and I want to do some debugging on it. Currently I’m looping over the array and then sending a mail() to myself instead of printing (because how could I see what’s …

Advertisement