Skip to main content
Create, list and delete incident attachments. Incident Attachments allows you to connect resources from external systems into incidents. Examples include: PagerDuty incidents and GitHub pull requests.

The incident attachment object

id
string
required

Unique identifier of this incident membership

Example:

"01FCNDV6P870EA6S7TK1DSYD5H"

incident_id
string
required

Unique identifier of the incident

Example:

"01FCNDV6P870EA6S7TK1DSYD5H"

resource
object
required
Example:
{
"external_id": "123",
"permalink": "https://my.pagerduty.com/incidents/ABC",
"resource_type": "pager_duty_incident",
"title": "The database has gone down"
}