PagerDuty
PAGERDUTY_ADD_SERVICE_TO_INCIDENT_WORKFLOW_TRIGGER
This endpoint adds a service to an existing incident workflow trigger in PagerDuty. It allows you to associate a specific service with a trigger, enabling automated incident management processes for that service. Use this endpoint when you need to connect a service to an incident workflow, typically during the setup or modification of your incident response procedures. The endpoint requires the trigger's ID and the service's ID to make the association. It's important to note that this operation doesn't create new services or triggers, but rather links existing ones. Ensure that both the trigger and service exist in your PagerDuty account before making this call.
Other tools also called PAGERDUTY_ADD_SERVICE_TO_INCIDENT_WORKFLOW_TRIGGER?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"service__id": {
"type": "string",
"title": "Service Id",
"description": "Id"
}
}
}