PagerDuty
PAGERDUTY_CREATE_USER_STATUS_UPDATE_NOTIFICATION_RULE
Creates a new status update notification rule for a specific user in PagerDuty. This endpoint allows you to define how a user will be notified about incident status updates. It's used to customize notification preferences for individual users, ensuring they receive timely updates through their preferred contact method. The rule specifies which contact method (email, phone, push notification, or SMS) should be used for sending status updates. This is particularly useful for tailoring notification strategies to match users' roles and responsibilities within the incident management process.
Remote pagerduty
Other tools also called PAGERDUTY_CREATE_USER_STATUS_UPDATE_NOTIFICATION_RULE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
}
}
}