Skip to main content

Create On Demand Notification

POST 

/alerts/api/v1/notification/ondemand

Create on demand notification for an alert. Supported channels are:

  1. Jira
  2. Email
  3. Slack
info

This endpoint is available on the Prisma Cloud Darwin release only.

For details about the request body parameters required for each notification channel, see the following table:

Request ParametersJiraEmailSlack
alertIdRequiredRequiredRequired
onDemandNotificationConfig.integrationTypeRequiredRequiredRequired
onDemandNotificationConfig.templateIdRequiredNot requiredNot required
onDemandNotificationConfig.recipientsRequiredRequiredRequired
translation.bodyNot requiredOptionalOptional
translation.details.senderNot requiredRequiredRequired
translation.details.recipientsNot requiredRequiredRequired
translation.details.callbackUrlNot requiredOptionalOptional
translation.details.assetCallbackUrlNot requiredOptionalOptional

Request

Responses

Created