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

{
	"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

Preview this Workflow on desktop