---
title: "Create Incident Attachments V1"
method: POST
path: "/v1/incident_attachments"
tags: ["Incident Attachments V1"]
---

# Create Incident Attachments V1

`POST /v1/incident_attachments`

Attaches an external resource to an incident

## Request body

- IncidentAttachmentsV1CreateRequestBody
  - `incident_id` string, required — ID of the incident to add an attachment to
  - `resource` object, required
    - `external_id` string, required — ID of the resource in the external system
    - `resource_type` 'pager_duty_incident' | 'opsgenie_alert' | 'datadog_monitor_alert' | 'github_pull_request' | 'gitlab_merge_request' | 'sentry_issue' | 'jira_issue' | 'atlassian_statuspage_incident' | 'zendesk_ticket' | 'google_calendar_event' | 'outlook_calendar_event' | 'scrubbed' | 'statuspage_incident', required — E.g. PagerDuty: the external system that holds the resource

## Response `201`

Created response.

- IncidentAttachmentsV1CreateResponseBody
  - `incident_attachment` IncidentAttachmentV1, required
    - `id` string, required — Unique identifier of this incident membership
    - `incident_id` string, required — Unique identifier of the incident
    - `resource` ExternalResourceV1, required
      - `external_id` string, required — ID of the resource in the external system
      - `permalink` string, required — URL of the resource
      - `resource_type` 'pager_duty_incident' | 'opsgenie_alert' | 'datadog_monitor_alert' | 'github_pull_request' | 'gitlab_merge_request' | 'sentry_issue' | 'jira_issue' | 'atlassian_statuspage_incident' | 'zendesk_ticket' | 'google_calendar_event' | 'outlook_calendar_event' | 'scrubbed' | 'statuspage_incident', required — E.g. PagerDuty: the external system that holds the resource
      - `title` string, required — Title of resource

---

[API](https://skmtc.net/incident/apis/incident-io.md) · [All operations](https://skmtc.net/incident/apis/incident-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incident/incident-io/revisions/602fc25ddd76/schema)
