Search...
Generate a test token to explore our APIs
Reported Webhook
Developer Preview
An existing post was reported as inappropriate.
Permissions
This webhook requires the Read Forums permission scope.
Was this helpful?
The data payload will include the following as an encoded JWT:
Event Body
json
1{2 "data": {3 "eventType": "wix.forum.post_reported",4 "instanceId": "<app-instance-id>",5 "data": "<stringified-JSON>"6 }7}
The parsed data
will include:
Sample Data
json
1{2 "id" : "0ec75a41-ae29-4e5e-8063-46f5a5d925d9",3 "entityFqdn" : "wix.forum.post",4 "slug" : "reported",5 "entityId" : "5cacd5fe04976c0015f35363",6 "actionEvent" : {7 "bodyAsJson" : {8 "reportType" : "SPAM",9 "postId" : "5cacd5fe04976c0015f35363"10 }11 },12 "eventTime" : "2021-08-30T08:44:20.629071Z",13 "triggeredByAnonymizeRequest" : false14}