@jackzampolin The payload is almost the same as the Discourse web application gets. The generic format is like this:
{
"user": {
// user payload
}
}
You can read the payload examples in the webhook event page.
@mikechristopher Thanks for mention that. I included this within the submitted pull request.
@burke The team will focus on some important event types. Once the pull request which allows easy customization is ready, I’ll write a documentation to show how to add some types on your own.