Signals an event with associated data, unblocking any clients waiting for this event. This enables coordination between different browser sessions, workflows, or external processes.
API key passed in the header
The name of the event to signal
Event data to be passed to waiting clients
{
"message": "Task completed",
"result": "success",
"timestamp": "2024-01-01T12:00:00Z"
}
Event signaled successfully