Add Comment
Activity & Comments
Add Comment
Comment on an issue. Mention @norm to dispatch a Norm investigation.
POST
Add Comment
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Adds a comment to the issue’s activity feed. If the body contains@norm, the same call also dispatches a Norm investigation, creating a session if none exists. The mention is stripped before the prompt reaches Norm. The HTTP response returns once the comment is saved, so the comment is durable even if the dispatch fails.
Headers
Your API key for authentication.
Path Parameters
Internal UUID of the issue.
Body Parameters
Comment body. 1-4000 characters. Include
@norm anywhere in the body to also dispatch a Norm investigation.Optional array of resource link IDs (from List Resources) to attach to this comment as inline references. The dashboard renders these as chips alongside the comment.
Response
Returns201 Created with the comment timeline entry. See List Activity for the full field list.
An
IssueTimelineEntry with entry_kind: "issue" and type: "comment".null on success. Returns 404 if the issue does not exist.Docs for agents: llms.txt