Skip to main content

Create Note

POST 

/crm/notes

Create a note

Request

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Body

    noteContent stringrequired

    The main text or content of the note.

    noteTitle stringrequired

    The title of the note. The title will not show in HubSpot as it is not supported.

    noteContact string

    The name or identifier of the contact associated with the note. Required if noteAccount or noteOpportunity not specified.

    noteAccount string

    The name or identifier of the account that the note is related to. Required if noteContact or noteOpportunity not specified.

    noteOpportunity string

    The name or identifier of the sales opportunity linked to the note. Required if noteContact or noteAccount not specified.

    noteOwner string

    The name or identifier of the individual or team responsible for creating or managing the note.

    remoteFields json

    An object containing remote fields that are not supported by the common model. The keys are the names of the fields of the corresponding resource in the remote app, and the values can be strings, numbers, arrays or objects.

Responses

200

Schema

    note

    object

    remoteId string
    noteOwner string
    noteTitle
    noteContent string
    noteContact string
    noteAccount
    noteOpportunity
    id string
    remoteCreatedAt string
    remoteUpdatedAt string
    remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
Loading...