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

# Webhooks: Send Piper Events to Your Own Endpoint

> Send Piper events directly to your own HTTPS endpoint — no Zapier account required. Choose which events to receive, sign and verify every delivery, and manage everything from Settings → Integrations → Webhooks.

Webhooks let you send Piper events directly to your own endpoint — no Zapier account required. This is available to **Super Admins** under **Settings → Integrations → Webhooks**.

<Tip>
  Want to reach 8,000+ other apps instead, without writing your own endpoint? See [Zapier](/settings/integrations#zapier).
</Tip>

## Prerequisites

* A Super Admin account in Piper
* An HTTPS endpoint able to receive POST requests

## Setting Up a Webhook

<Steps>
  <Step title="Add a webhook">
    Click **+ Add webhook** and give it a **Name** and a destination **URL** (must be `https://`).
  </Step>

  <Step title="Choose event types">
    Select which events should trigger this webhook: **AI Transcription & Notes**, **CRM Fields**, or **Call Scoring Value**. You can select more than one.
  </Step>

  <Step title="Add custom headers (optional)">
    Add any custom headers your endpoint needs, as repeatable key/value pairs.
  </Step>

  <Step title="Save and verify">
    Save the webhook. Piper shows a **signing secret** you can use to verify each request came from Piper — every delivery is signed (Standard Webhooks/HMAC) and can be rotated at any time from the same screen.
  </Step>
</Steps>

## Delivery and Security

* Deliveries only go to HTTPS URLs.
* Every request is signed using the Standard Webhooks/HMAC scheme, so you can verify it originated from Piper.
* Failed deliveries (timeouts or server errors) are automatically retried.
* Rotate the signing secret at any time from the same screen if you suspect it's been compromised.

<Note>
  For a different automation platform, or a use case that needs full API access instead of event push, see [Zapier](/settings/integrations#zapier) or contact [support@piperai.com](mailto:support@piperai.com).
</Note>
