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

# Webhooks

> Send real-time data to your own servers or third-party services.

## What are Webhooks?

Webhooks automatically send form data to a URL you specify whenever someone submits your form. This allows you to:

* Sync data to your own database
* Trigger custom workflows
* Connect to apps without native integrations
* Build custom automation

## Setting Up a Webhook

<Steps>
  <Step title="Open form settings">
    Open your form settings
  </Step>

  <Step title="Go to Integrations">
    Go to the "Integrations" tab
  </Step>

  <Step title="Add Webhook">
    Click "Add Webhook"
  </Step>

  <Step title="Enter endpoint URL">
    Enter your endpoint URL
  </Step>

  <Step title="Configure headers">
    Configure headers if needed
  </Step>

  <Step title="Test it">
    Test with a sample submission
  </Step>
</Steps>
