External DocumentationTo learn more, visit the Iru Endpoint Management documentation.
Actions
Create Device Note
Create a note for a specified device.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Content | The content of the note. |
| Device ID | The device’s ID. |
{
"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"
}
Was this page helpful?