Skip to main content
Solved

How can I know when a user has edited a post?

  • May 23, 2025
  • 1 reply
  • 17 views

DannyPancratz
Forum|alt.badge.img+9

(Seeding this question as an FYI for anyone looking later.)

Best answer by DannyPancratz

You can subscribe to webhook events (US region link) for each content type and then automate custom alerts for when the post (or a reply to the post) are changed and by whom. 

The event payload contains the new content, but it does not contain the original content. To my knowledge, there is not currently a way to see what the content was before it was changed. 

1 reply

DannyPancratz
Forum|alt.badge.img+9
  • Author
  • VIP ⭐️⭐️⭐️⭐️⭐️
  • Answer
  • May 23, 2025

You can subscribe to webhook events (US region link) for each content type and then automate custom alerts for when the post (or a reply to the post) are changed and by whom. 

The event payload contains the new content, but it does not contain the original content. To my knowledge, there is not currently a way to see what the content was before it was changed.