---
title: Webhook integration
url: https://docs.apify.com/integrations/webhooks.md
parents:
  - [Apify documentation](https://docs.apify.com/llms.txt)
  - [Integrations](https://docs.apify.com/integrations.md)
  - [Programming](https://docs.apify.com/integrations/programming.md)
children:
  - [Webhook actions](https://docs.apify.com/integrations/webhooks/actions.md)
  - [Ad-hoc webhooks](https://docs.apify.com/integrations/webhooks/ad-hoc-webhooks.md)
  - [Events types for webhooks](https://docs.apify.com/integrations/webhooks/events.md)
previous: [GitHub](https://docs.apify.com/integrations/github.md)
next: [Webhook actions](https://docs.apify.com/integrations/webhooks/actions.md)
---

# Webhook integration

Webhooks allow you to configure the Apify platform to perform an action when a certain system event occurs. For example, you can use them to start another Actor when the current run finishes or fails.

You can find webhooks under the **Integrations** tab on an Actor's page in [Apify Console](https://console.apify.com/actors).

![Integrations tab in Apify Console](/assets/images/integrations-tab-407d3c50c55b932a1a4f3e055dcf2b5f.png)

To define a webhook, select a system **event** that triggers the webhook. Then, provide the **action** to execute after the event. When the event occurs, the system executes the action.

Current webhook limitations

Currently, the only available action is to send a POST HTTP request to a URL specified in the webhook.

* [Events](https://docs.apify.com/integrations/webhooks/events.md)
* [Actions](https://docs.apify.com/integrations/webhooks/actions.md)
* [Ad-hoc webhooks](https://docs.apify.com/integrations/webhooks/ad-hoc-webhooks.md)
