# Tiltify

## Getting Started

The Tiltify feature allows you to connect Mix It Up with your Tiltify account for donation alerts for a specific campaign. After connecting your account, you must select one of the campaigns you created from the drop-down for us to detect donations.

This service works with the [Tiltify Donation Event](/docs/integrations/tiltify#tiltify-donation-1-minute-delay) and additional special identifiers that can be used can be found on the [Donations Special Identifiers](/docs/reference/special-identifiers#donations) page.

This service exposes the following [Special Identifiers](/docs/reference/special-identifiers) which can be used in all commands:

- $tiltifycampaignurl = The URL to the currently selected campaign.
- $tiltifydonationurl = The URL to the donation page of the currently selected campaign.
- $tiltifydonationamount = The total amount of donations for the currently selected campaign as a decimal number (EX: 1.23).
- $tiltifydonationgoal = The donation goal for the currently selected campaign as a decimal number (EX: 1.23).

## Events

### Tiltify Donation (1 Minute Delay)
This event fires when a Tiltify donation is detected. 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 donation. The following additional Special Identifiers are available:
- $tiltifyrewardid = The ID of the reward if available (EX: 0b696369-5957-451f-b147-e200d48243d3)
- $tiltifyrewardname = The name of the reward
- $tiltifyrewarddescription = The description of the reward
- $tiltifyrewardamount = The amount of the reward
