For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferenceGuidesExamplesChangelog
ReferenceGuidesExamplesChangelog
  • Data API
    • Introduction
  • Token
    • GETGet Authorization User Info
    • GETGet Authorization Info
  • Sites
    • GETList Sites
    • GETGet Site
    • GETGet Custom Domains
    • POSTPublish Site
  • Pages and Components
  • CMS
  • Forms
  • Custom Code
  • Assets
  • Comments
    • GETList Comment Threads
    • GETGet Comment Thread
    • GETList Comment Replies
  • Ecommerce
  • Webhooks
    • GETList Webhooks
    • GETGet Webhook
    • POSTCreate Webhook
    • DELRemove Webhook
      • All Events
      • POSTForm Submission
      • POSTSite Publish
      • POSTPage Created
      • POSTPage Metadata Updated
      • POSTPage Deleted
      • POSTCollection Item Created
      • POSTCollection Item Updated
      • POSTCollection Item Deleted
      • POSTCollection Item Published
      • POSTCollection Item Unpublished
      • POSTNew eComm Order
      • POSTUpdated eComm Order
      • POSTUpdated eComm Inventory
      • POSTNew Comment Thread
  • Site Configuration
  • Enterprise
LogoLogo
Resources
Get started
WebhooksEvents

New Comment Thread

Payload
1{
2 "triggerType": "comment_created",
3 "payload": {
4 "content": "This comment mentions another user [[6287ec36a841b25637c663df]] ",
5 "isResolved": false,
6 "author": {
7 "userId": "6287ec36a841b25637c663df",
8 "email": "ford.prefect@heartofgold.spaceship",
9 "name": "Ford Prefect"
10 },
11 "mentionedUsers": [
12 {
13 "userId": "6287ec36a841b25637c663df",
14 "email": "arthur.dent@heartofgold.spaceship",
15 "name": "Arthur Dent"
16 }
17 ]
18 }
19}
Information about a new comment thread or reply <Note title="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. </Note>
Was this page helpful?
Previous

List Google Tags

Next
Built with

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.