v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Notes

Create a note

post/notes

Request body

Example request

{
  "data": {
    "body": "Hello World!",
    "links": {
      "parent": "3-contacts"
    }
  }
}

Response

OK

htmlUrlstring

The link to the entity within the app.

htmlUrlPathstring

The path to the entity within the app.

idstring

The API ID of this entity, formatted {integer}-{entityType}

createdTimestring
deletedTimestring
hrefstring
bodystring
bodyHtmlstring
bodyMarkupstring
isEditableboolean
parentTypestring

Example response

{
  "htmlUrl": "https://app.nutshell.com/lead/1006",
  "htmlUrlPath": "/lead/1006",
  "id": "3-contacts"
}