Skip to main content
DannyPancratz
VIP ⭐️⭐️⭐️⭐️⭐️
May 23, 2025
Solved

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

  • May 23, 2025
  • 1 reply
  • 30 views

(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
    DannyPancratzAuthorAnswer
    VIP ⭐️⭐️⭐️⭐️⭐️
    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. 

    FYI: I am no longer active in this community