Comments
Create Topic Comment
Add a comment or reply to a topic. Requires subscriber authentication.
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.createevent 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

