Create a note for a specified device.

External Documentation

To learn more, visit the Kandji documentation.

Parameters

ParameterDescription
ContentThe content of the note.
Device IDThe device’s ID.

Example Output

{
	"author": "Test User",
	"content": "This is an example note!",
	"created_at": "2021-04-07T18:56:25.113229Z",
	"note_id": "c0f5ba78-06a2-4914-aa3c-e3415f3ee21b",
	"updated_at": "2021-04-07T18:56:25.113254Z"
}

Workflow Library Example

Create Device Note with Kandji and Send Results Via Email

Preview this Workflow on desktop