| title | description | published | date | tags | editor | dateCreated |
|---|---|---|---|---|---|---|
StreamElements |
Streamer.bot integration with StreamElements |
true |
2023-06-10 21:26:08 UTC |
integrations, streamelements |
markdown |
2022-05-13 04:07:00 UTC |
The StreamElements integration allows you to connect Streamer.bot with your StreamElements account to receive tip and merch events.

You can find the configuration for this integration at Integrations -> StreamElements -> Settings
The StreamElements integration now uses OAuth for authorizing against your account
To connect Streamer.bot with your StreamElements account:
- Navigate to the settings tab within the StreamElements integration
- Click
Connectand authorize Streamer.bot to connect to your account
The following StreamElements events are monitored by Streamer.bot and will allow you to execute actions with their content:
The Tip event is fired any time a new donation is receieved through StreamElements{.subtitle}
| Name | Description |
|---|---|
tipUsername |
Username of the user as provided by StreamElements |
tipAvatar |
Avatar of the user |
tipAmount |
The amount of the tip |
tipCurrency |
3 letter currency code |
tipMessage |
Any tip message the user included |
isTest |
Boolean value indicating the tip was a test |
The Merch event is fired any time a new Merch sale is receieved through StreamElements{.subtitle}
| Name | Description |
|---|---|
merchUsername |
Username of the user as provided by StreamElements |
merchAvatar |
Avatar of the user |
merchAmount |
The amount of the purchase |
merchCurrency |
3 letter currency code |
merchMessage |
Any message the user included |
merchQuantity |
The total number of items purchased |
merchItems |
The number of distinct items purchased |
merchItem#.name | Name of the item purchased, where # is the index of the item (0 based)
merchItem#.price | Price of the item purchased, where # is the index of the item (0 based)
merchItem#.quantity | How many of the item was purchased, where # is the index of the item (0 based)
- All Integrations Go Back {.btn-grid .my-5}
