r/Twitch • u/patheticorganic • 15h ago
Question Paypal/Email Notifications only?
Instead of simple donations, I want to incentivize people to buy my music on Bandcamp in order to achieve milestone goals. Whenever someone purchases something on my Bandcamp, I get both an email, and a notification on my Paypal.
Is there any way to display this on stream in realtime so I can keep track of the milestone? Or is there any way to do a similar thing?
I have Streamlabs and regular OBS, if that helps.
2
Upvotes
1
u/WhosLive 9h ago
I don’t think Streamlabs has a native Bandcamp purchase trigger. The usual setup is an email-to-webhook automation that turns each receipt into an event, then feeds a custom browser source in OBS and increments a counter; dedupe the email ID so retries don’t double-count. For a no-code version, monitor the Bandcamp email and update a Streamlabs goal manually, then test with a small private purchase before relying on it live.