Unique ID for the post
While using webnook I could see the post id keeps changing.
May I know if there are any static unique id or post id for a post or a topic ?
And what is difference between a Topic and Post events you've in webhook ?
17 replies
-
Mishal Fathima , thanks for your questions!
Yes, there is a static unique id for a post. It is labeled "postKey" in the webhook.
A "post" webhook event includes both post types: topics and replies. A "topic" webhook event includes topics only.
-
But as I checked the Postkey keeps changing when a reply is posted. I user post-posted and reply posted events.
I'm in need of a static id for the posts that posted in here. This would be unique id for the post on any actions done on it. As the name of the post can be changed at any time.
-
Hi Mishal Fathima , the postKey is the unique identifier for each individual post, so it will be different for each post. In the setup of the webhook for the event "REPLY_POSTED" you can add the "rootKey" field to the field set. For a reply, the rootKey is the postKey of the topic that the reply is related to.
-
Forumbee Support Team, Any update ?
-
Atlast, Can you just help me with all the fields that are available so that we can add in the payload resource data to fetch up needed info through webhook ?, correct names to get the data like email address of the user etc