Skip to main content
POST
Create Contact Comment
Add a comment to an existing contact in the API key’s organization.

Authentication

string
requerido
Organization API key. Keep it on your server or in a credential store.

Body

string
requerido
Nonempty comment text.
string
requerido
Contact UUID belonging to this organization.
string
requerido
USER, SYSTEM, AI, or AUTOMATIZATION. Values are case-sensitive.
string
Required member email for USER. Omit it for every other source type; supplying it then is rejected.

Example

This creates a real contact comment. Replace CONTACT_ID with a contact from your organization.

Response

number
201 for successful creation.
string
Comment identifier.
string
Saved text.
object | string
User information for a user comment, or the source-type string for a system/AI/automation comment.
string
Creation timestamp.
Use Get contact comments to inspect existing comments before retrying an uncertain creation. The creation route is /v1/comments, not /v1/contacts/{id}/comments.