# Full Webhook Examples

{% hint style="warning" %}
Webhook Notification Channel is getting an upgrade: meet [Webhook Connected App](/integrations/connected-apps/generic-webhook.md)
{% endhint %}

This section contains comprehensive examples of webhook integrations with various third-party services. These examples provide step-by-step instructions for setting up complete workflows with external systems.

## Available Examples

* [**incident.io**](/use-groundcover/workflows/full-webhook-examples/incident.io.md) - Integrate with incident.io for incident management
* [**MS Teams**](/use-groundcover/workflows/full-webhook-examples/ms-teams.md) - Send notifications to Microsoft Teams channels
* [**Email via Zapier**](/use-groundcover/workflows/full-webhook-examples/send-groundcover-alerts-to-email-via-zapier.md) - Route alerts to email using Zapier
* [**Slack App with Bot Tokens**](/use-groundcover/workflows/full-webhook-examples/slack-app-for-channel-routing.md) - Route alerts to different slack channels with a single Webhook

Each example includes:

* Prerequisites and setup requirements
* Step-by-step configuration instructions
* Complete workflow YAML configurations
* Integration-specific considerations and best practices

These examples demonstrate advanced webhook usage patterns and can serve as templates for other webhook integrations.


---

# 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.groundcover.com/use-groundcover/workflows/full-webhook-examples.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.
