{ "operationId": "createNotificationIntegration", "method": "POST", "path": "/api/v2/notification-integrations", "summary": "Create a Notification Integration", "requestExamples": [ { "contentType": "application/json", "name": "CreatenotificationintegrationRequestExample", "example": { "name": "Example Title", "enabled": true, "comment": "example_value", "created_on": "2026-01-15T10:30:00Z", "notification_hook": { "type": "EMAIL" } } } ], "responseExamples": [] }