# 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-ccd1902979bfea9812a6de7046ec6f04.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://pr-2390.preview.docs.apify.com/platform/integrations/webhooks/events.md)
* [Actions](https://pr-2390.preview.docs.apify.com/platform/integrations/webhooks/actions.md)
* [Ad-hoc webhooks](https://pr-2390.preview.docs.apify.com/platform/integrations/webhooks/ad-hoc-webhooks.md)
