For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integrate Prisma Cloud with Webhooks

Learn how to integrate Prisma Cloud with webhooks to see alerts in your service or application.

Integrate Prisma® Cloud with webhooks to send Prisma Cloud alerts to webhooks and pass information to any third-party integrations that are not natively supported on Prisma Cloud. Your incident response teams can monitor the webhook channels to investigate and remediate security incidents. With a webhook integration, you can configure Prisma Cloud to send information to the webhook as an HTTPS POST request as soon as an alert is generated. You can also modify the key format and value associated in the alert payload. If you have internal services or applications that subscribe to the webhook, these subscribing clients receive the alert data in a JSON format.

Prerequisites

  1. Obtain your Webhook URL.

    If you have additional details that you want to include in the payload to enable additional security or to verify the authenticity of the request, you can include these as key-value pairs in a custom header.

  2. Set up webhooks as an integration channel on Prisma Cloud.

    If you have a firewall or cloud Network Security Group between the internet and webhooks, you need to ensure network reachability and Enable Access to the Prisma Cloud Console.

Set up Webhook integration on Prisma Cloud

Follow these steps to setup Webhook integration on Prisma Cloud.

  1. Log in to Prisma Cloud.

  2. Select Settings > Integrations & Notifications > Integrations.

  3. Select Add Integration > Webhook from the list.

  4. Enter the Integration Name and optionally, add a Description.

  5. Enter your Webhook URL.

  6. (tt:[Optional]) Enable Custom Payload.

    When the option is enabled, you can modify the key-value pairs that are sent in the alert payload for only Config type policies when violations occur.

  7. Add custom HTTP Headers as key-value pairs.

    You can include an authentication token in the custom header. The integration includes Content-Type as a default header and you cannot edit it.

  8. Select Next.

    webhook integration config
  9. Review the Custom Payload format if you have enabled it.

    • The alert payload information including the key and the value is displayed onscreen. You can modify the payload to meet your integration needs.

    • Use the JSON editor to modify the JSON data in the alert payload.

      You can review the existing payload and modify the key and value pairs to suit the implementation needs for the subscribing webhook client. The JSON editor includes the reference vocabulary for a brief description of each key.

      webhook custom payload
  10. Select Next.

  11. Review the Summary and then Test Integration.

  12. Save Integration if the test is successful.

    webhook integration success
  13. After successfully setting up the integration, you will find it listed on the Integrations page. Use the Actions panel to View, Edit, or Delete the integration. You can also periodically check the integration status by clicking on the Get Status link.

    webhook int 2
    get status
  14. Modify an existing alert rule or create a new alert rule to send alert notifications to Webhook.

  15. View the alert POST requests on Webhook.

    webhook alerts

Last updated

Was this helpful?