Support for WebHooks in RadioBOSS for Real-Time Integrations

radiodj.webs

New member
Hello RadioBOSS team and community,


I'm currently developing a radio automation project that integrates various tools such as local AI, n8n, Supabase, and platforms like TikTok. I've been using the RadioBOSS API for remote control, which works well, but I've encountered some limitations regarding response time and system efficiency.


I’d like to suggest implementing native WebHook support in RadioBOSS as an alternative (or complement) to the current API system. The idea is to allow internal events (such as track start, pause, volume changes, jingle playback, etc.) to automatically trigger external HTTP requests.


Why WebHooks are better suited than polling the API:​


  • Real-time reaction: WebHooks notify external systems instantly when an event occurs, eliminating the need to constantly poll the API.
  • Lower resource usage: Instead of sending frequent requests, RadioBOSS would simply send a POST when needed, saving bandwidth and processing power.
  • Improved compatibility with modern automation tools: Tools like n8n, Node-RED, Zapier, and custom systems work seamlessly with WebHooks, enabling fluid and robust integrations.
  • Ideal for interactive feedback: In my case, I need to generate AI voice responses and control the jingle pad based on radio events. WebHooks would allow this to happen instantly, improving listener experience.

Suggested implementation:​


A simple panel where users can configure target URLs for each event type would be sufficient. Examples of useful events:


  • Track started
  • Track paused
  • Jingle played
  • Volume changed
  • Media playback error
  • Music Transition

If this feature is already under development or if there are workarounds, I’d love to hear more. Otherwise, I truly believe this would be a valuable addition for all professional users integrating RadioBOSS into broader systems.


Thanks for your attention — happy to help with testing or technical feedback if needed!


Best regards,
Daniel – Rádio IA (project under development)
 
Back
Top