Skip to main content
POST

Authentication

Request Body

string
required
Topic ID (UUID) to comment on
string
required
Comment text content
string
Parent comment ID (UUID) for replies. Omit for top-level comments.
string
Comment source (e.g., “widget”, “api”, “email”)

Response

object
Created comment object with subscriber info

Behavior

  • Event Trigger: Fires topic-comments.create event for Zapier
  • Team Validation: Subscriber must belong to same team
  • Nested Replies: Supports threaded conversations

Webhooks

Triggers Zapier event:
Event: topic-comments.create

Notes

  • Returns full comment with subscriber details
  • Comment immediately visible to all users
  • Supports unlimited nesting via parentId