Hello
I registered webhook on discourse for notify other sns.
My situation is that when category of uploaded topic is changed then i want to call webhook with body.post.cooked(contents of topic)
Now I get only cooked when post is effected.
How to get “cooked”(contents of topic) when category is changed, not content directly?