# Avanan Checkpoint Webhook

In this guide, you will set up Avanan Checkpoint to forward security events to Radiant Security's HTTPS connector. The security events are used to identify suspicious activity within the environment.

### Prerequisites

* [ ] Admin access to Avanan Portal

### Add the data connector in Radiant Security

1. Log in to [Radiant Security](https://app.radiantsecurity.ai/).
2. From the navigation menu, select **Settings** > **Data Connectors** and click **+ Add Connector**.
3. Search for and select the **Avanan Checkpoint Webhook** option and then click **Data Feeds.**
4. Under **Select your data feeds**, select **Avanan Checkpoint webhook** and click **Credentials**.
5. Under **Credential Name**, give the credential an identifiable name (e.g. `Avanan webhook credentials`)
6. In the **Connector tag** field, enter a random value. This value will act as the salt to randomize the unique **Token** you’ll see in the next step.
7. Click **Add Connector**. Back on the **Data** **Connectors** page, click **View Details** on the connector that was just created.
8. Under **Vendor** **Configuration**, copy the the **Webhook** **URL**. You’ll use this URL in the upcoming section titled **Configure Avanan Portal to forward events via HTTPS**.

### Configure Avanan Portal to forward events via HTTPS

1. Access the Avanan Portal.
2. Navigate to **Security Settings** > **Security Engines**.
3. Under **SIEM** **Integration**, click **Configure**.
4. Under **Transport** **Method**, select **HTTP** **Collector**.
5. Paste in the Radiant Security **Webhook** **URL** that you copied from the previous section.
6. Under **Log** **Format**, select **JSON**.
7. Click **Save**.


---

# 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://help.radiantsecurity.ai/radiant-connectors/data-connectors/avanan-checkpoint-webhook.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.
