XF 2.2 XenForo Custom Alerts with StreamLabs

MrDJSilva

Member
Hello, I am trying to figure out how to be able to get a custom alert on my stream with streamlabs when someone registered or upgrades an account and also when some create a new thread and reply to one.

any help be great thanks :)
 
First you need to develop an addon that triggers your desired events and then sends the appropriate alert to Streamlabs.

You can find out how to trigger an alert via Streamlabs' API here.

BUT they have a tight rate limit of 2 alerts per minute per user (token). So it's not a good idea to send all the stuff you mentioned as single alerts.
 
Top Bottom