Source: factory.sms/package.core/ObjNotifyPagerduty.py
| Method | Signature | Description |
|---|---|---|
| transmit_message | transmit_message(message_text: str, severity: str = 'error', event_action: str = 'trigger', dedup_key: str = None, custom_details: Dict[str, Any] = None) -> Optional[str] |
Send a message to PagerDuty using Events API v2. |
| trigger_incident | trigger_incident(summary: str, severity: str = 'error', custom_details: Dict[str, Any] = None, dedup_key: str = None) -> Optional[str] |
Trigger a new PagerDuty incident. |
| acknowledge_incident | acknowledge_incident(dedup_key: str) -> Optional[str] |
Acknowledge an existing PagerDuty incident. |
| resolve_incident | resolve_incident(dedup_key: str) -> Optional[str] |
Resolve an existing PagerDuty incident. |