Skip to main content
RAW WS REQUEST
● Settings: Request Type, Request Data
● No On/Off States
● Supported in Multi-Actions

Description

Send a raw websocket request compliant with the OBS Websockets protocol

Settings

  • Request Type - OBS Websockets protocol request type as string
  • Request Data - OBS Websockets protocol request data as JSON object

States

Default

Configuring a request

This is an advanced action that allows you to send a raw request supported by the OBS Websockets protocol. The Request Type field requires a valid string, and the Request Data field requires a valid JSON object.

Examples

ActionRequest TypeRequest Data
Set Scene to Scene ASetCurrentProgramScene{"sceneName": "Scene A"}
Toggle Replay BufferToggleReplayBuffer
Set Audio Monitor TypeSetInputAudioMonitorType{"inputName": "Mic", "monitorType": "OBS_MONITORING_TYPE_MONITOR_ONLY"}