Skip to main content
POST
Attach
🔑 Requires the external_postmortems.create scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Body

application/json
incident_id
string
required

The unique identifier of the incident to attach the post-mortem document to

Example:

"01GBA8J19SMXQWPJMX3P2ESCVG"

A URL pointing to the externally-hosted post-mortem document

Example:

"https://www.notion.so/INC-123-database-is-sad"

document_provider
enum<string>

The provider hosting the document. Set this when it can't be inferred from the permalink so the link renders correctly.

Available options:
,
confluence,
google_docs,
notion,
sharepoint,
incident_io,
copy_paste_basecamp,
copy_paste_confluence,
copy_paste_github_wiki,
copy_paste_google_docs,
copy_paste_notion,
copy_paste_quip
Example:

"notion"

Response

201 - application/json

Created response.

postmortem_document
object
required