PagerDuty
PAGERDUTY_CREATE_INTEGRATION_FOR_ORCHESTRATION
Creates a new integration within an existing event orchestration in PagerDuty. This endpoint allows users to set up connections between PagerDuty and external systems or services, enabling automated event management and incident response. It should be used when adding a new integration to an event orchestration, such as connecting a monitoring tool or alerting system. The endpoint requires minimal information, focusing on the integration's label for identification purposes. Note that this endpoint only creates the integration; additional configuration may be required in the PagerDuty interface or through other API calls to fully set up the integration's functionality.
Other tools also called PAGERDUTY_CREATE_INTEGRATION_FOR_ORCHESTRATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of an Event Orchestration."
},
"integration__label": {
"type": "string",
"title": "Integration Label",
"description": "Name of the Integration."
}
}
}