New Comment Thread

Information about a new comment thread or reply

Timing of comment webhooks

There may be a delay of up to 5 minutes before new comments appear in the system and trigger the webhook notification.

Payload

The payload of this webhook request is an object.
triggerTypestringOptional

The type of event that triggered the request

payloadobjectOptional

The comment webhook payload contains data for the thread and for replies. Check the type to determine if the payload is for a thread or a reply. The webhook payload may be delayed by up to 5 minutes.

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "triggerType": "comment_created",
3 "payload": {
4 "threadId": "679d2ddb5196117ad04d1ffa",
5 "commentId": "679d2ddb5196117ad04d1ff8",
6 "type": "new_comment",
7 "siteId": "679826b3b20b045e176bc4b5",
8 "pageId": "679826b3b20b045e176bc4bc",
9 "breakpoint": "main",
10 "url": "https://webflow.com/design/site-slug-4ec832?workflow=comment&commentId=679d2ddb5196117ad04d1ffa&pageId=679826b3b20b045e176bc4bc",
11 "content": "This comment mentions another user [[6287ec36a841b25637c663df]] ",
12 "isResolved": false,
13 "author": {
14 "userId": "6287ec36a841b25637c663df",
15 "email": "ford.prefect@heartofgold.spaceship",
16 "name": "Ford Prefect"
17 },
18 "mentionedUsers": [
19 {
20 "userId": "6287ec36a841b25637c663df",
21 "email": "arthur.dent@heartofgold.spaceship",
22 "name": "Arthur Dent"
23 }
24 ],
25 "createdOn": "2025-01-31T20:08:59.759Z",
26 "lastUpdated": "2025-01-31T20:08:59.759Z",
27 "localeId": "67993753d910db250db64b3e",
28 "itemId": "580e64008c9a982ac9b8b754"
29 }
30}
Built with