OBS Raw
Send custom requests directly to the OBS WebSocket server
You can use the OBS Raw Generator to generate raw requests in Raw JSON or C# Code format
Variables
Variables are generated based on the configured request
If you are debugging and wish to populate the resulting variables from a Raw request, you must use a Test Trigger.
The
The
Test button within the Raw sub-action dialog will only send the OBS request and does not populate any variables on its own.Parameters
ObsConnection
Select
Default:
Default
Select the configured OBS Studio Connection to connect to
| Value | Description |
|---|---|
Default | Only the default configured OBS Studio connection |
Any | All configured OBS Studio connections |
C# Usage
public string ObsSendRaw(string requestType, string data, int connection = 0)