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 .

Parameters

ParameterDescription
ContentThe note content.
Created byThe email address of a valid user associated with the account making the request.
IDThe ID of the resource.

Example Output

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

Workflow Library Example

Create Note with Pagerduty and Send Results Via Email

Preview this Workflow on desktop