> For the complete documentation index, see [llms.txt](https://docs.alemba.com/asm-eos-10.5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alemba.com/asm-eos-10.5/asm-gaia-10.4/integrate/managing-integration/webhooks.md).

# Webhooks

Webhooks are user-defined HTTP callbacks. They are triggered by some event in a web application and can facilitate integrating different applications or third-party APIs, like Microsoft Project, Smart Sheets, or even social networking applications.

{% hint style="warning" %}
**Before you Start**

You should have Integration rights in your General Access Security role.

You should be familiar with Webhook configuration, payload configuration, and the integration platform.  Alemba recommends you seek the assistance of your professional services team when planning to configure your webhooks if you have never configured them before.
{% endhint %}

### Add a Webhook

When creating a webhook, you are specifying a payload, that is the message and data, that is sent when the triggering event is met.  To add a webhook:

1. Click the Add a Webhook button
2. Enter the following:
   * [ ] Payload URL
   * [ ] Secret
   * [ ] Select an entity type for the web hook.  You can select from Call, CMDB item, Person, Request, or Task.
   * [ ] Enter the columns to include in the payload, by default, all columns will be included.
   * [ ] Enter a payload filter that specifies what payloads should be sent, if necessary. &#x20;
   * [ ] If you are ready to turn it on, tick the Active checkbox.
   * [ ] Click the Add Webhook button to save your changes.


---

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

```
GET https://docs.alemba.com/asm-eos-10.5/asm-gaia-10.4/integrate/managing-integration/webhooks.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.
