Skip to main content
Version: Next

Broadcast signal

POST 

/signals/broadcast

Broadcasts a signal.

Request

Body

required
    signalName stringrequired

    The name of the signal to broadcast.

    variables object

    The signal variables as a JSON object.

    property name* any

    Additional properties allowed.

    tenantId string

    The ID of the tenant that owns the signal.

Responses

The signal was broadcast.

Schema
    key int64

    The unique ID of the signal that was broadcast.

    tenantId string

    The tenant ID of the signal that was broadcast.

Loading...