> ## Documentation Index
> Fetch the complete documentation index at: https://docs.idmetagroup.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks

> Set up webhook notifications to receive real-time status updates from IDmeta.

Use webhooks to receive real-time events when verification statuses change.

Configure your webhook endpoint so your system can react automatically to updates without polling.

<Columns cols={3}>
  <Card title="Adding Webhooks to Trust Flow" icon="settings" href="/developer-tools/adding-webhooks-to-trust-flow">
    Enable webhook notifications from your Trust Flow settings.
  </Card>

  <Card title="Explore webhook types" icon="list" href="/developer-tools/explore-webhook-types">
    Understand event types so you can process webhook updates correctly.
  </Card>

  <Card title="Check webhook logs" icon="scroll-text" href="/developer-tools/check-webhook-logs">
    Review deliveries and troubleshoot failed webhook events.
  </Card>
</Columns>
