# Webhooks

### What are webhooks?

In short webhooks are a way that applications/systems can use to send automated messages or information to other applications/systems when a certain action has happened.

{% content-ref url="/pages/-MOWfNO9Dsl05JIDOtww" %}
[Outgoing (MO) SMS Webhook](/advanced-console/webhooks/mo-sms-webhook.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOWggCRtxKg3zArfU7K" %}
[Incoming (MT) SMS Webhook](/advanced-console/webhooks/mt-sms-webhook.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOWvTgjUWdqJaOTh1v-" %}
[Outgoing (MO) Voice Webhook](/advanced-console/webhooks/mo-voice-webhook.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOWvT\_6lBC\_v7YyuZo8" %}
[Incoming (MT) Voice Webhook](/advanced-console/webhooks/mt-voice-webhook.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOWyJbfTJqPWaJtMdG2" %}
[Triggered Alert Webhook](/advanced-console/webhooks/triggered-alert-webhook.md)
{% endcontent-ref %}


---

# 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.monogoto.io/advanced-console/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.
