How to get body.post.cooked when no change in post but on category

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?

Is it down to the webhook you’re using?

Is it impossible when category changed and get post info?

I’m afraid webhooks are not my forte. :slightly_smiling_face: I was hoping the topic I linked may give you some clues while you wait for more specific/knowledgeable replies. :crossed_fingers:

I think you’ll need to make another call to get the post once you have the topic.

1 Like