Create Opportunity Note

Add a new note on an opportunity

Note: The /requests/{requestId}/comments path will continue to work until users are notified and migrated to the new naming.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

opportunityIdintegerRequired
Opportunity identifier

Request

This endpoint expects an object.
bodystringRequired
Note text content
replyToIdintegerOptional
ID of the parent note to reply to. When provided, the new note is created as a threaded reply under the specified note.

Response

Note created successfully
idinteger
Note identifier
notestring
Note text content
createdAtstringformat: "date-time"
Creation timestamp
updatedAtstringformat: "date-time"
Last update timestamp