I’m integrating with the webhook, and when I receive a Post event, we have the post_type field. How can I find the type list? Do we have documentation about webhook events?
In resume, I wondering to discover if the user made a comment, shared a post, or another related event.
Any regular post on the site will have its post_type field set to 1 (regular.)
Post type 2 (moderator_actions) is for posts that are generated when moderators handle flags in the review queue. I think that’s the only time that post type is used.
Post type 3 (small_actions) is for posts that are automatically generated when a topic is opened, closed, etc.