> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/administration/configure-external-integrations-on-prisma-cloud/integrate-prisma-cloud-with-slack.md).

# Integrate Prisma Cloud with Slack

Learn how to integrate Prisma® Cloud with Slack.

If you are using Slack for collaborations and centralizing notifications for your users, integrate Prisma® Cloud with Slack to get notifications as messages on your Slack channels.

* [Set up the Webhook on Slack](#id5dc26b26-ed2e-45cd-9005-2972622e5eac)
* [Configure the Slack Integration on Prisma Cloud](#id4f1c4bb0-c1c0-4e74-938d-6acea22a180d)

## Set up the Webhook on Slack

To set up the Webhook integration for Slack, you can choose to use:

* Slack App integration (recommended by Slack) or
* Custom Integration (legacy)

1. tt:\[(Option 1)] Use Slack Apps (recommended by Slack).
   1. Log in to your web Slack using your company URL.

      For example https\://\<company-name-or-abbreviation>.slack.com/apps/manage.
   2. Select **Build > Create an App > From scratch**

      <figure><img src="/files/egbx8o1Za4deco3ANB1S" alt="slack apps from scratch"><figcaption></figcaption></figure>
   3. Enter an **App Name**, pick your workspace and **Create App**.

      <figure><img src="/files/n287P5a4YNtf29CWCwCn" alt="slack apps create app"><figcaption></figcaption></figure>
   4. Select **Incoming Webhooks**.

      <figure><img src="/files/sct8SZ9Ja00CcyaYBNrq" alt="slack apps incoming webhook"><figcaption></figcaption></figure>
   5. Toggle the Activate Incoming Webhooks **On**.
   6. Select **Add New Webhook to Workspace**.

      <figure><img src="/files/m7G3Wo5DZDnjTMYOA504" alt="slack apps new workspace"><figcaption></figcaption></figure>
   7. Select the channel to post messages and **Allow** access.

      <figure><img src="/files/2ThsVORAclXe1RUzttRA" alt="slack apps allow"><figcaption></figcaption></figure>
   8. Copy the Webhook URL.

      You will need to specify this URL on Prisma Cloud.

      <figure><img src="/files/2TIKhzG9Nt4U42CK9XFm" alt="slack apps copy webhook url"><figcaption></figcaption></figure>

      If you want to post messages to more than one channel, create a new Webhook using steps [Set up the Webhook on Slack](#id5dc26b26-ed2e-45cd-9005-2972622e5eac/idd2f05f34-518e-4324-9122-f39d429b38a6)to [Set up the Webhook on Slack](#id5dc26b26-ed2e-45cd-9005-2972622e5eac/ida7f24d1e-8438-42ca-bbc2-10d503428d61).
2. tt:\[(Option 2)] Use a Custom Integration (legacy).
   1. Log in to your web Slack using your company URL.

      For example https\://\<company-name-or-abbreviation>.slack.com/apps/manage.
   2. Select **Manage > Custom Integrations**.

      <figure><img src="/files/991urifLCKDuaxuQMG5q" alt="slack manage apps"><figcaption></figcaption></figure>
   3. Select **Incoming WebHooks**.

      <figure><img src="/files/opkaePkolGPBZ5YTATR6" alt="slack incoming webhook"><figcaption></figcaption></figure>
   4. **Add to Slack**.

      <figure><img src="/files/1svetZ8e0IQpxBMv2Vvk" alt="slack add configuration"><figcaption></figcaption></figure>
   5. Select a channel and **Add Incoming WebHooks Integration**.

      <figure><img src="/files/suVftTvvW0wp8mfqmDPI" alt="slack add incoming webhooks integrations"><figcaption></figcaption></figure>
   6. **Save Settings**.

      Copy the **Webhook URL** from this page so you can specify this URL on Prisma Cloud.

      <figure><img src="/files/GriEe2WgBnJSy5An3b9I" alt="slack copy webhook url"><figcaption></figcaption></figure>

## Configure the Slack Integration on Prisma Cloud

After you create the webhook, you can now configure the Slack integration on Prisma Cloud.

1. Log in to Prisma Cloud to enable the integration.
   1. Select **Settings > Integrations & Notifications > Integrations**.
   2. Select **Add Integration > Slack** from the list.
   3. Enter a name and an optional description for this integration.
   4. Enter the **WebHook URL**.

      <figure><img src="/files/kATkn8dkc4ZI2D2dUTR7" alt="slack add integration in pc 1"><figcaption></figcaption></figure>
   5. Click **Next**, review the **Summary**, and then **Test Integration**.
   6. **Save Integration** after the testing is successful.

      <figure><img src="/files/SaRYWcUR9hx02zD9fDDr" alt="slack add integration in pc 2"><figcaption></figcaption></figure>
   7. The integration will be listed on the **Integrations** page, where you can **View**, **Edit**, or **Delete** the integration from the **Actions** panel.

      <figure><img src="/files/IZF6LlHFcXtIRW30hxuI" alt="slack add integration in pc 3"><figcaption></figcaption></figure>

      After you set up the integration successfully, you can use the **Get Status** link to periodically check the integration status.

      <figure><img src="/files/awWi0pESgyCaRa07SQhw" alt="get status"><figcaption></figcaption></figure>
2. [Create an Alert Rule for Run-Time Checks](/content-collections/alerts/create-an-alert-rule-cloud-infrastructure.md) or modify an existing rule to [send alerts](/content-collections/alerts/send-prisma-cloud-alert-notifications-to-third-party-tools.md) to your Slack channels.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/content-collections/administration/configure-external-integrations-on-prisma-cloud/integrate-prisma-cloud-with-slack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
