Integrations and migration
How to configure webhooks
Create an HTTPS endpoint, choose events, protect delivery, and use history to investigate or retry notifications.
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:
Keep going
Guides that help with the next step.