> For the complete documentation index, see [llms.txt](https://docs.hackenproof.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackenproof.com/welcome/integrations/zapier-webhook.md).

# Zapier (Webhook)

This guide explains how to send notifications through [Zapier](https://zapier.com/) WebHook to the app supported by Zapier

## How the connection HackenProof -> Zapier Webhook works <a href="#h_b54e7052c7" id="h_b54e7052c7"></a>

This guide explains how our Zapier WebHook can help companies when they run a bounty program at HackenProof.

<mark style="background-color:purple;">Please note! It's Zapier Webhook integration, not Zappier App</mark>

As you know, HackenProof uses a ticket-based system that has [different stages of reports](/bug-bounty/reports-basics.md) processing.

Once you connect your bug bounty program to your Zapier account, the bot will send notifications about the following:

* new reports (that includes the Program name, Report title, Report severity, and Report URL)

<mark style="background-color:purple;">In this version, we don't send information about changes in reports like Report Status or Report Severity</mark>

### Step 1. Generate your ZapierHook URL <a href="#h_f317ea7e93" id="h_f317ea7e93"></a>

* Navigate to the Zapier dashboard
* Create a new Zap

<figure><img src="https://downloads.intercomcdn.com/i/o/751784523/ccf20a10036684556690ed66/image.png" alt=""><figcaption></figcaption></figure>

* Choose Trigger: Webhooks by Zapier

<figure><img src="https://downloads.intercomcdn.com/i/o/751793272/0ef06d556739555b086b7d35/image.png" alt=""><figcaption></figcaption></figure>

* Choose the Event type: Catch Hook

<figure><img src="https://downloads.intercomcdn.com/i/o/751794381/4ef293a7c381b3e8a1653df2/image.png" alt=""><figcaption></figcaption></figure>

* Press the Continue button:

<figure><img src="https://downloads.intercomcdn.com/i/o/751799008/e4c2ae64adffb7fb0f89d0b3/image.png" alt=""><figcaption></figcaption></figure>

* Pick off a Child Key and press Continue. Here you can name it as you wish.

<figure><img src="https://downloads.intercomcdn.com/i/o/751802890/b6257081496897d31487df1f/image.png" alt=""><figcaption></figcaption></figure>

* Copy the ZapierHook URL:

<figure><img src="https://downloads.intercomcdn.com/i/o/751804476/3fe5bac5a62127f8b231c9e5/image.png" alt=""><figcaption></figcaption></figure>

### Step 2. Add the copied ZapierHook URL to HackenProof: <a href="#h_8e2c72e6a9" id="h_8e2c72e6a9"></a>

* Navigate to your Program integration section and choose Zapier:

<figure><img src="https://downloads.intercomcdn.com/i/o/751807355/e5eb049d475ef7cbc9876149/image.png" alt=""><figcaption></figcaption></figure>

* Paste your copied ZapierHook URL and press Connect button

<figure><img src="https://downloads.intercomcdn.com/i/o/751808706/4af7a8b9e911498009b08ffb/image.png" alt=""><figcaption></figcaption></figure>

* Press Test Webhook:

<figure><img src="https://downloads.intercomcdn.com/i/o/751809740/33da9fbedf554dc0403345fb/image.png" alt=""><figcaption></figcaption></figure>

* Press the **Test WebHook** button to test the connection (it will send the latest report' data to Zapier)
* Also back to Zapier Zap and press the Test Trigger button:

<figure><img src="/files/qXbcXiU1HeVuWwXJ2nQJ" alt="" width="375"><figcaption></figcaption></figure>

* As a result, you will see a data record. Press **Continue with selected record.**

<figure><img src="/files/haehyStnwEiTBnz6pSLd" alt="" width="375"><figcaption></figcaption></figure>

### Step 3. Connect your App  <a href="#h_de42549935" id="h_de42549935"></a>

* You can check our ready guides or try to add your apps &#x20;

<figure><img src="https://downloads.intercomcdn.com/i/o/751895122/52d988ac01968226711fac70/image.png" alt=""><figcaption></figcaption></figure>


---

# 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.hackenproof.com/welcome/integrations/zapier-webhook.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.
