PagerDuty
PAGERDUTY_INVOKE_AUTOMATION_ACTION_BY_ID
Invokes a specific automation action in PagerDuty, associating it with a particular incident. This endpoint allows you to trigger pre-defined automated tasks or workflows within the PagerDuty incident management system. It's particularly useful for executing custom actions or scripts in response to specific incidents, enhancing the incident response process. The action is identified by its unique ID, and the invocation must be linked to an existing incident through its incident ID. This endpoint should be used when you need to programmatically execute automation actions as part of your incident management workflow or integration with other systems.
Other tools also called PAGERDUTY_INVOKE_AUTOMATION_ACTION_BY_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"invocation__metadata__incident__id": {
"type": "string",
"title": "Invocation Metadata Incident Id",
"description": "Incident Id"
}
}
}