# Throne

## Getting Started

[Throne](https://throne.com) is a gifting & wishlist platform for creators. Connecting it to Mix It Up generates a unique webhook URL that lets Throne send gift and contribution alerts directly to the app.

## Events

### Throne Gift Purchased
This event fires when someone purchases a gift from your [Throne](/docs/integrations/throne) wishlist. It provides all of the [Donations](/docs/reference/special-identifiers#donations) special identifiers along with all of the standard [User](/docs/reference/special-identifiers#user) special identifiers that represent the user that sent the gift. Anonymous gifters are treated as anonymous donations. The $donationimage Special Identifier contains the thumbnail image of the item. The following additional Special Identifiers are available:
- $throneitemname = The name of the Throne item that was purchased

### Throne Contribution
This event fires when someone contributes toward a crowdfunded item on your [Throne](/docs/integrations/throne) wishlist. It provides all of the [Donations](/docs/reference/special-identifiers#donations) special identifiers along with all of the standard [User](/docs/reference/special-identifiers#user) special identifiers that represent the user that contributed. The following additional Special Identifiers are available:
- $throneitemname = The name of the Throne item that was contributed to

### Throne Gift Crowdfunded
This event fires when a crowdfunded item on your [Throne](/docs/integrations/throne) wishlist is fully funded. Crowdfunded gifts are completed by multiple contributors and do not have a single gifter associated with them, so they are treated as anonymous donations. It provides all of the [Donations](/docs/reference/special-identifiers#donations) special identifiers. The following additional Special Identifiers are available:
- $throneitemname = The name of the Throne item that was crowdfunded

## Connecting

To connect, head to the Services page in Mix It Up, find Throne, and click Connect. Mix It Up will generate your unique Throne Webhook URL. Copy that URL and paste it into the Webhook integration settings on your Throne creator dashboard. Once that's done, Throne will send events to Mix It Up as they happen.
