> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/developers-old/webhooks.md).

# Webhooks

Paradime enables you to create outbound webhooks for events from your Paradime production runs, providing real-time updates to other applications.

### Use Cases

Here are some examples of what you can do with webhooks:

1. **Slack Notifications**: Receive notifications for failed dbt™ runs and get additional failures as threaded messages.
2. **Microsoft Teams Integration**: Receive run status notifications.
3. **Incident Management**: Create incidents in tools like [PagerDuty](https://www.pagerduty.com/), [OpsGenie](https://www.atlassian.com/software/opsgenie), [Splunk](https://www.splunk.com/), [incident.io](https://incident.io/), [FireHydrant](https://firehydrant.com/), etc. when a schedule fails.
4. **Custom Notifications**: Create custom notifications in Slack or Teams depending on schedule name, schedule severity.
5. **Ticket Creation**: Automatically create and assign tickets in [Linear](https://linear.app/), or other project management tools.
6. **Extensive Integration**: Connect to [Zapier](https://zapier.com/) or [make.com](https://www.make.com/en) to access 1000+ applications for broader integration possibilities.


---

# 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.paradime.io/app-help/developers-old/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.
