Automated Content for Reception Screen

info-beamer hosted has a full featured API that allows you to build such integrations. In fact the API is used if you click on the Save button on the setup page. If you have a look at this request issued there and cross reference this with the node.json file of source code of the package itself, you might see how it works.

The general idea is always the same: Within the node.json file a configuration structure is defined for a package. Usually the dashboard of info-beamer hosted creates a configuration interface based on this structure. But you can also use the API to fill out the required values programmatically.

For a similar automated approach, have a look at earlier forum posts: HD player with large files or a blog post automating a different package. Happy to help if you need it.