Create Contact Note

Creates a new note entry associated with a specific contact.

Required Fields:

  • note: The body text of the note (max 1000 characters).

Behavior:

  • Returns 201 with empty body.
  • Returns 400 if required fields are missing or fail validation constraints.
  • Returns 401 if the caller is not authenticated.
  • Returns 404 if the contactId does not exist.

This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The contact's unique identifier

Body Params
string
required
length ≤ 1000

A text with the note.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses
201

Created

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain