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

# Webhooks

> Webhooks let Suki push notifications to your application. Learn how to get started, key features, and how to get help

## Get started

Start with the basics. Learn how notification webhooks compare to pull-based status checks, then configure and test an endpoint.

<Columns cols={3}>
  <Card title="Notification Webhook Overview" icon="book" href="/documentation/webhook/overview" arrow={true}>
    <p>Learn how Suki pushes notifications to your application and how push compares to pull</p>
  </Card>

  <Card title="Webhook Quickstart" icon="rocket" href="/documentation/webhook/quickstart" arrow={true}>
    <p>Configure, implement, and test a Suki notification webhook endpoint</p>
  </Card>
</Columns>

## Configure and verify

Register your endpoint, verify signatures, and handle the event types and payloads Suki sends.

<Columns cols={3}>
  <Card title="Configuration" icon="sliders" href="/documentation/webhook/configuration" arrow={true}>
    <p>Register endpoints and configure how Suki delivers webhook notifications</p>
  </Card>

  <Card title="Signature Verification" icon="shield" href="/documentation/webhook/signature-verification" arrow={true}>
    <p>Verify webhook authenticity with the signing secret and signature headers</p>
  </Card>

  <Card title="Event Types" icon="bell" href="/documentation/webhook/event-types" arrow={true}>
    <p>Notification events Suki can send to your endpoint</p>
  </Card>

  <Card title="Payload and Response" icon="file-code" href="/documentation/webhook/payload-and-response" arrow={true}>
    <p>Request payload shape and how your endpoint should respond</p>
  </Card>
</Columns>

## Resources

Refer to these pages when you need a tutorial, platform FAQs, or partner support.

<Columns cols={3}>
  <Card title="Webhook Notification Tutorial" icon="graduation-cap" href="/documentation/tutorials/webhook-notification-receiver" arrow={true}>
    <p>Build a receiver that accepts and verifies Suki webhook notifications</p>
  </Card>

  <Card title="Platform FAQs" icon="circle-question" href="/documentation/references/faqs/general" arrow={true}>
    <p>Find answers to general, authentication, and security questions</p>
  </Card>

  <Card title="Support" icon="life-ring" href="/documentation/references/support" arrow={true}>
    <p>Contact Suki for partner documentation and SDK support</p>
  </Card>
</Columns>
