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

# Introduction

> Learn about webhooks in Trophy and how to use them to power custom gamification integrations.

<Note>
  This feature is available on the [Pro](/account/billing#pro-plan) plan
</Note>

Trophy has support for a number of webhooks that fire based on key events such as `achievement.completed`, `leaderboard.finished` and `streak.lost`.

These events allow you to trigger custom code and power extended gamification experiences using Trophy data.

All Trophy webhooks are delivered over HTTP which allows customers to subscribe to receive data from Trophy via regular HTTP `POST` requests.

<h2 id="get-started">
  Get Started
</h2>

Learn more about how to integrate Trophy webhooks into your application below.

<CardGroup>
  <Card title="Quick Start" icon="circle-play" href="/webhooks/quickstart">
    Start receiving webhook events from Trophy in under 10 minutes.
  </Card>

  <Card title="Security" icon="shield-check" href="/webhooks/security">
    Secure webhook endpoints using signature verification.
  </Card>

  <Card title="Retries" icon="refresh-ccw" href="/webhooks/security">
    Learn about how Trophy handles event retries.
  </Card>

  <Card title="Idempotency" icon="repeat" href="/webhooks/security">
    Handle duplicate events and prevent unintended side effects.
  </Card>

  <Card title="Observability" icon="activity" href="/webhooks/security">
    Learn how to monitor webhook delivery and diagnose issues.
  </Card>
</CardGroup>

<h2 id="common-use-cases">
  Common Use Cases
</h2>

Common use cases include:

* Triggering custom emails and push notification sequences
* Data warehousing
* Powering non-gamification related workflows like subscription updates and feature management.
* Integrating with IFTTT platforms

<Note>
  Want another webhook event? [Tell us](mailto:support@trophy.so) about your use
  case and we'll build it!.
</Note>

<h2 id="get-support">
  Get Support
</h2>

Want to get in touch with the Trophy team? Reach out to us via [email](mailto:support@trophy.so). We're here to help!
