Update a note
Request body which must comply to the following JSON Schema:
{
"required" : [ "text" ],
"type" : "object",
"properties" : {
"text" : {
"maxLength" : 3000,
"minLength" : 1,
"type" : "string",
"description" : "Text content of a note",
"example" : "In communication with client for resolution of queries."
},
"contactIds" : {
"type" : "array",
"description" : "Contact Ids linked to a note",
"example" : [ 247, 1, 2 ],
"items" : {
"type" : "integer"
}
},
"dealIds" : {
"type" : "array",
"description" : "Deal Ids linked to a note",
"example" : [ "61a5ce58c5d4795761045990", "61a5ce58c5d4795761045991" ],
"items" : {
"type" : "string"
}
},
"companyIds" : {
"type" : "array",
"description" : "Company Ids linked to a note",
"example" : [ "61a5ce58c5d4795761045990", "61a5ce58c5d4795761045991" ],
"items" : {
"type" : "string"
}
}
},
"description" : "Note data to be saved"
}Specify how the response should be mapped to the table output. The following formats are available:
Raw Response: Returns the raw response in a single row with the following columns:
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Brevo from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!