Skip to main content
Version: v3

Create Note

POST 

/contacts/:contactId/notes

Create Note

Request

Version stringrequired

API Version

Available optionsv3
contactId stringrequired

Contact Id

application/json

Bodyrequired

    userIdstring

    User Id of the note author

    bodystringrequired

    Body content of the note

    titlestring

    Title of the note

    colorstring

    Hex color code for the note

    pinnedboolean

    Whether the note is pinned

application/json

Successful response

Schema
    noteobject

    Note details