---
title: "POST /createResponsePlan"
method: POST
path: "/createResponsePlan"
---

# POST /createResponsePlan

`POST /createResponsePlan`

Creates a response plan that automates the initial response to incidents. A response plan engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning of an incident.

## Request body

- object
  - `actions` Action[] — The actions that the response plan starts at the beginning of an incident.
    - `ssmAutomation` object — The Systems Manager automation document to start as the runbook at the beginning of the incident.
      - `documentName` string, required — The automation document's name.
      - `documentVersion` string — The automation document's version to use when running.
      - `dynamicParameters` object — The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook.
      - `parameters` object — The key-value pair parameters to use when running the automation document.
      - `roleArn` string, required — The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.
      - `targetAccount` 'RESPONSE_PLAN_OWNER_ACCOUNT' | 'IMPACTED_ACCOUNT' — The account that the automation document will be run in. This can be in either the management account or an application account.
  - `chatChannel` object — The Chatbot chat channel used for collaboration during an incident.
    - `chatbotSns` SnsArn[] — The Amazon SNS targets that Chatbot uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel by using the Amazon SNS topics.
    - `empty` object — Used to remove the chat channel from an incident record or response plan.
  - `clientToken` string — A token ensuring that the operation is called only once with the specified details.
  - `displayName` string — The long format of the response plan name. This field can contain spaces.
  - `engagements` SsmContactsArn[] — The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
  - `incidentTemplate` object, required — Basic details used in creating a response plan. The response plan is then used to create an incident record.
    - `dedupeString` string — Used to stop Incident Manager from creating multiple incident records for the same incident.
    - `impact` integer — The impact of the incident on your customers and applications.
    - `incidentTags` object — Tags to assign to the template. When the <code>StartIncident</code> API action is called, Incident Manager assigns the tags specified in the template to the incident.
    - `notificationTargets` NotificationTargetItem[] — The Amazon SNS targets that are notified when updates are made to an incident.
      - `snsTopicArn` string — The Amazon Resource Name (ARN) of the SNS topic.
    - `summary` string — The summary of the incident. The summary is a brief synopsis of what occurred, what's currently happening, and context.
    - `title` string — The title of the incident.
  - `integrations` Integration[] — Information about third-party services integrated into the response plan.
    - `pagerDutyConfiguration` object — Information about the PagerDuty service where the response plan creates an incident.
      - `name` string, required — The name of the PagerDuty configuration.
      - `pagerDutyIncidentConfiguration` object, required — Details about the PagerDuty service associated with the configuration.
        - `serviceId` string, required — The ID of the PagerDuty service that the response plan associates with an incident when it launches.
      - `secretId` string, required — The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
  - `name` string, required — The short format name of the response plan. Can't include spaces.
  - `tags` object — A list of tags that you are adding to the response plan.

## Response `201`

Success

- CreateResponsePlanOutput
  - `arn` string, required — The Amazon Resource Name (ARN) of the response plan.

## Other responses

- `480` — ThrottlingException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — ConflictException
- `485` — InternalServerException

---

[API](https://skmtc.net/aws/apis/ssm-incidents.md) · [All operations](https://skmtc.net/aws/apis/ssm-incidents/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/ssm-incidents/versions/18d598f1fa32/schema)
