PAGERDUTY_CREATE_STATUS_UPDATE_TEMPLATE

Creates a new template in PagerDuty for standardized status updates. This endpoint allows users to define customizable templates for various notification types, including emails and short messages. It's primarily used to streamline communication during incident management by providing consistent and pre-formatted status update messages. The template can include placeholders for dynamic content, allowing for personalized and context-specific notifications. This endpoint should be used when setting up new standardized communication formats for incident updates, but it's important to note that currently only 'status_update' type templates are supported.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "template__name": {
      "type": "string",
      "title": "Template  Name",
      "description": "The name of the template"
    },
    "template__description": {
      "type": "string",
      "title": "Template  Description",
      "description": "Description of the template"
    },
    "template__template__type": {
      "enum": [
        "status_update"
      ],
      "type": "string",
      "title": "Template  Template  Type",
      "description": "The type of template (`status_update` is the only supported template at this time) "
    },
    "template__templated__fields__message": {
      "type": "string",
      "title": "Template  Templated  Fields  Message",
      "description": "The short-message of the template (SMS, Push notification, Slack, etc)"
    },
    "template__templated__fields__email__body": {
      "type": "string",
      "title": "Template  Templated  Fields  Email  Body",
      "description": "The HTML body of the e-mail message"
    },
    "template__templated__fields__email__subject": {
      "type": "string",
      "title": "Template  Templated  Fields  Email  Subject",
      "description": "The subject of the e-mail"
    }
  }
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

PagerDuty

Remote

pagerduty

View product →