OBS Raw

Send custom requests directly to the OBS WebSocket server
Read more in Guide > Broadcasters > Obs Studio
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 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

ValueDescription
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)
Read more in API > C# > Methods > Obs Studio > Raw > Obs Send Raw