URI Cue Item
Would like to be able to call a URI from a Cue in Proclaim.
Example 1:
Trigger a Stream Deck Companion button via a Cue by calling http://[IPofCompanion]:8000/press/bank/1/1 to press the first button on the first page. This enables automatic recall of scenes, etc. using command strings already programmed into Companion.
Example 2:
Trigger vMix to start recording by calling a vMix API URI:
http://[IPofvMix]:8088/api/StartRecording

-
Rick Bird commented
Inbound Calls are supported:
https://support.faithlife.com/hc/en-us/articles/4972373093005-Proclaim-App-Command-APINot sure but you might be able to do Outbound Call with a Web Address Signal:
https://support.faithlife.com/hc/en-us/articles/360007127312FYI - we use Proclaim's Light Scenes/MIDI signals to accomplish a lot of this.
You can send MIDI over the network to other computers with
-BomeNetwork (https://www.bome.com/products/bomenet)
-rtpMIDI (https://www.tobias-erichsen.de/software/rtpmidi.html)https://support.faithlife.com/hc/en-us/articles/360007374191-Lighting-Scenes
https://support.faithlife.com/hc/en-us/articles/360007128892-How-to-Automate-Song-Slides-with-Ableton-Live
https://support.faithlife.com/hc/en-us/articles/360041907151-How-Do-I-Configure-Scenes-for-My-Live-Stream- -
Josh Newman commented
If you could trigger a script that would allow anything you'd like, calling a URI, REST, etc.
-
Ian Beyer commented
Definitely would like to see this, along with inbound HTTP calls.
Would also like to be able to add custom headers/body and support all REST API methods.