> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Ops Note

Creates an Ops Note.

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                                                                                     |
  | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Created By | The user that created the Ops Note.                                                                                                                                             |
  | Note       | The note message.                                                                                                                                                               |
  | Scopes     | The scopes associated with the note. Each scope has a type of device, service, deviceGroup or serviceGroup. A note with no scope will show up for everything in the account.    |
  | Tags       | The tags that should be associated with the note. Each tag has a unique id and a name - you can either include the name of a new or existing tag, or the id of an existing tag. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter       | Description                                                          |
  | --------------- | -------------------------------------------------------------------- |
  | Associated Time | The date and time associated with the note, in epoch seconds format. |
  | ID              | The id associated with the Ops Note.                                 |
</div>

## Example Output

```json theme={"dark"}
{
	"scopes": [
		{
			"type": "<string>",
			"groupId": 1,
			"fullPath": null,
			"deviceId": 9710174,
			"deviceName": "<string>"
		}
	],
	"id": "<string>",
	"note": "<string>",
	"happenOnInSec": 765077688,
	"createdBy": "<string>",
	"tags": [
		{
			"id": "<string>",
			"name": "<string>",
			"createdOnInSec": 649015482,
			"updateOnInSec": 465544824
		},
		{
			"id": "<string>",
			"name": "<string>",
			"createdOnInSec": 1661449714,
			"updateOnInSec": 3045495516
		}
	]
}
```

## Workflow Library Example

[Add Ops Note with Logicmonitor and Send Results Via Email](https://library.blinkops.com/workflows/add-ops-note-with-logicmonitor-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-ops-note-with-logicmonitor-and-send-results-via-email/canvas" />
</div>
