# Slack integration with Zapier

Zapier is a service that allows you to easily manage webhooks between apps. With Zapier, you can get notifications on your Slack channels when a scan is run.

{% hint style="info" %}
**Note:** This can be done at an Organization level or a Project level. At the Organization level, all scans will trigger the webhook. To choose this, use the **Administration > Webhooks** menu, either from the Organization page or a Project overview page.
{% endhint %}

1. First, sign up to Zapier and click **Make a Zap**.
2. Use the App search bar to find **Webhooks by Zapier** and then select it. Choose **Catch Hook** as the trigger event and then click on **Continue**.

<figure><img src="/files/KL8cypfrwj7PTdVKtivH" alt="" width="503"><figcaption></figcaption></figure>

3. You will be provided with a Custom **Webhook URL**, copy this URL.
4. Now login into CodeScan Cloud and go to **Administration > Webhooks** menu at either the Organization or Project level (see note above).
5. Create a **new webhook** using the custom URL and give it a name you will remember.
6. Now **run** a **scan** to trigger the webhook. This will allow you to find the the webhook in Zapier and customize the output as we'll see soon.
7. Next, search for **Slack** and select it. Choose the **Action Event** that you want.

<figure><img src="/files/GeYsV9WhavUtij0OjqXt" alt="" width="506"><figcaption></figcaption></figure>

8. Click **CONTINUE** and add your Slack Account. Click **CONTINUE**.
9. Customize the message to your liking using the webhook fields, your own text, and Zapier's formatting options.

<figure><img src="/files/xo8fVjSWNvIXdobeO1O6" alt="" width="505"><figcaption></figcaption></figure>

10. Click **CONTINUE**, then send a test to Slack.

<figure><img src="/files/6yzFp1OC3kg57EhBAfiE" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://knowledgebase.autorabit.com/product-guides/codescan/codescan-integration/webhooks/slack-integration-with-zapier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
