# External Webhook Integration

## Steps to create a new integration app in Hybr

Login to Hybr Admin portal and navigate to Settings -> Integrations. The list of existing integrations apps will be listed. To create a new integration app click '+ Create New Application'

<figure><img src="/files/oRkmjKir5x4dHQBz0NZQ" alt=""><figcaption></figcaption></figure>

In the popup enter the necessary details. If you want to integrate with Zapier or other external application which supports webhook integration select 'Type' as WebHook.&#x20;

If you want to integrate with the external system which supports REST API support, click 'RestApi'

Select the Hybr company from which you want to expose the data.&#x20;

Click 'Save'

<figure><img src="/files/eMt1WaDpPWBitUDlpMSh" alt=""><figcaption></figcaption></figure>

After clicking 'Save' you will be prompted with a popup which has application secrets. **Please do copy the details, it will be displayed only once and cannot be viewed again**

<figure><img src="/files/c8i765qkh1uOzQnAPW51" 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://docs.cloudassert.com/hybr/api-documentation/external-webhook-integration.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.
