# How to configure webhooks

> Create an HTTPS endpoint, choose events, protect delivery, and use history to investigate or retry notifications.

- Canonical: https://moviie.ai/help/en/integrations/configure-webhooks
- Language: en
- Category: Integrations and migration
- Published: 2026-07-30
- Updated: 2026-07-30

Webhooks notify your system when selected events happen in Moviie, without requiring repeated status checks.

Open **Organização > Webhooks** and select **Criar endpoint**.

Enter a descriptive name and a public **HTTPS** URL.

Select only the event groups your system needs.

Configure the available authentication option.

Save and copy the signing secret when it is displayed.

Trigger a controlled event and confirm a successful delivery in history.

Store the signing secret securely and validate notifications before processing them. Your endpoint should respond quickly and handle repeated deliveries without duplicating an action.

## Investigate failures

Open the endpoint and review **Histórico**. Check the event, date, response status, and attempt details. Correct your receiving service before retrying a failed delivery. Repeated failures usually indicate an unreachable URL, timeout, rejected authentication, or an invalid response.

To disable delivery temporarily, pause the endpoint instead of deleting it. Delete it only when the integration is permanently retired.

## Keep learning

Continue this task with the next guides:

How to migrate videos with the Moviie extension

How to create and revoke API keys
