Resources

Notes

Notes are free-text entries attached to a contact, opportunity, task, or contractor. They appear on the entity's activity timeline.

POST/v1/notes

Create a note

Attaches a note to an existing record in your workspace.

Body parameters

NameTypeDescription
entity_typerequiredenumOne of: opportunity, contact, task, contractor.
entity_idrequireduuidUUID of the record to attach the note to. Must belong to your workspace.
bodyrequiredstringNote text. Plain text, no length limit enforced.

Returns

HTTP 201 Created with the full note object.