> ## 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.

# Create Note

Create a new note for the specified incident.

An incident represents a problem or an issue that needs to be addressed and resolved.

For more information see the ![API Concepts Document](https://developer.pagerduty.com/api-reference/ZG9jOjI3NDc5Nzc-api-concepts#incidents).

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                       |
  | ---------- | --------------------------------------------------------------------------------- |
  | Content    | The note content.                                                                 |
  | Created by | The email address of a valid user associated with the account making the request. |
  | ID         | The ID of the resource.                                                           |
</div>

## Example Output

```json theme={"dark"}
{
	"note": {
		"id": "PWL7QXS",
		"user": {
			"id": "PXPGF42",
			"type": "user_reference",
			"summary": "Earline Greenholt",
			"self": "https://api.pagerduty.com/users/PXPGF42",
			"html_url": "https://subdomain.pagerduty.com/users/PXPGF42"
		},
		"channel": {
			"summary": "The PagerDuty website or APIs"
		},
		"content": "Firefighters are on the scene.",
		"created_at": "2013-03-06T15:28:51-05:00"
	}
}
```

## Workflow Library Example

[Create Note with Pagerduty and Send Results Via Email](https://library.blinkops.com/workflows/create-note-with-pagerduty-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/create-note-with-pagerduty-and-send-results-via-email/canvas" />
</div>
