# Webhooks - Introduction

This section describes API endpoints to manage webhooks.

Webhooks provide an easy and reliable way to configure the Apify platform to carry out an action (e.g. a HTTP request to another service) when a certain system event occurs. For example, you can use webhooks to start another Actor when an Actor run finishes or fails.

For more information see [Webhooks documentation](https://docs.apify.com/platform/integrations/webhooks).

<!-- -->

## [Get list of webhooks](https://pr-2390.preview.docs.apify.com/api/v2/webhooks-get.md)

[/webhooks](https://pr-2390.preview.docs.apify.com/api/v2/webhooks-get.md)

## [Create webhook](https://pr-2390.preview.docs.apify.com/api/v2/webhooks-post.md)

[/webhooks](https://pr-2390.preview.docs.apify.com/api/v2/webhooks-post.md)

## [Get webhook](https://pr-2390.preview.docs.apify.com/api/v2/webhook-get.md)

[/webhooks/{webhookId}](https://pr-2390.preview.docs.apify.com/api/v2/webhook-get.md)

## [Update webhook](https://pr-2390.preview.docs.apify.com/api/v2/webhook-put.md)

[/webhooks/{webhookId}](https://pr-2390.preview.docs.apify.com/api/v2/webhook-put.md)

## [Delete webhook](https://pr-2390.preview.docs.apify.com/api/v2/webhook-delete.md)

[/webhooks/{webhookId}](https://pr-2390.preview.docs.apify.com/api/v2/webhook-delete.md)

## [Test webhook](https://pr-2390.preview.docs.apify.com/api/v2/webhook-test-post.md)

[/webhooks/{webhookId}/test](https://pr-2390.preview.docs.apify.com/api/v2/webhook-test-post.md)

## [Get collection](https://pr-2390.preview.docs.apify.com/api/v2/webhook-webhook-dispatches-get.md)

[/webhooks/{webhookId}/dispatches](https://pr-2390.preview.docs.apify.com/api/v2/webhook-webhook-dispatches-get.md)
