v1
OpenAPI 3.0.02026-08-04109109370.6 KBNotes
Create a note
post/notes
Request body
Example request
{
"data": {
"body": "Hello World!",
"links": {
"parent": "3-contacts"
}
}
}Response
OK
Example response
{
"htmlUrl": "https://app.nutshell.com/lead/1006",
"htmlUrlPath": "/lead/1006",
"id": "3-contacts"
}