Webhooks allow you to receive real-time notifications when specific events happen in your project, such as when it's published or archived. This guide shows you how to set up a webhook to send these notifications to an external service or application. You will need a valid endpoint URL from the service that will receive the webhook data.
From your project, navigate to Project Settings.
In the left-hand menu, click API Keys & Webhooks.
Select the Webhooks tab to open the configuration settings.

Click the Enable Webhook toggle to turn it on.
In the Webhook URL field, enter the complete URL of the endpoint that will receive the webhook notifications. This field is required.

Under Events to Trigger, select the checkboxes for the events you want notifications for. You can choose from Publish, Republish, Unpublish, and Archive.

Optionally, add custom headers for authentication. Click + Add Header and enter the Header name and Header value.

Click Save Configuration to activate your webhook.
This article explains how to configure webhooks for your projects. Setting up a webhook enables Hinto AI to automatically send notifications to your specified URL when key project events occur, such as publishing or archiving, which helps automate your workflows and integrate with other tools.