Skip to main content
POST
Add an activity comment to an active record. Use a developer access key. See authentication, errors, and rate limits. Required scope: comments:write. The record must belong to the key’s workspace and must not be archived. The comment is written as a system activity. Set actor_display_name when the activity should show a source label such as Website form; when omitted, Kato uses the API key’s actor identity.

Parameters

string
required
Active record ID, 1–200 characters.
string
required
Trimmed comment text, 1–10,000 characters.
string
Optional trimmed activity author label, 1–120 characters.

Response

201 — Returns the created activity ID under data.
The activity is published to realtime subscribers and matching activity webhooks. It does not send member notifications. A timeout does not prove that the write failed; inspect the record before retrying.