pagerduty_create_incident
Creates a new incident in PagerDuty for a specified service. Requires API key, title, and service ID; optionally accepts urgency and body details.
Instructions
Create a new PagerDuty incident on a service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Email address of the user creating the incident (required by some accounts) | |
| title | Yes | Incident title/summary | |
| api_key | Yes | PagerDuty API key | |
| urgency | No | Urgency: high or low | |
| service_id | Yes | ID of the service to create the incident on | |
| body_details | No | Detailed description of the incident |