> ## Documentation Index
> Fetch the complete documentation index at: https://tools.lunchpaillabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Broadcast event

> Use this action to broadcast an event to a room. This is a server-side action that can be called outside of a specific Liveblocks room.

export const feature_0 = "action"

<Warning>
  🔐 Plus Plugin Only: This {feature_0} is only available in the Plus version of
  the plugin. Get the Plus plugin [here](mailto:help@lunchpaillabs.com).
</Warning>

### Fields

The following fields are available in this action:

| **Field**   | **Type** | **Description**                                         |
| ----------- | -------- | ------------------------------------------------------- |
| **Room ID** | Text     | The ID of the room where the event will be broadcasted. |
| **Type**    | Text     | The type of event being broadcasted.                    |
| **Message** | Text     | The message payload that accompanies the event.         |

### Returned Values

The following values are returned by the action:

| **Value**   | **Type** | **Description**                                        |
| ----------- | -------- | ------------------------------------------------------ |
| **Error**   | Boolean  | Indicates whether an error occurred during the action. |
| **Message** | Text     | Displays an error message if one occurred.             |
| **Status**  | Number   | The error code if the action failed.                   |

***

<CardGroup cols={2}>
  <Card title="Need Help?" icon="envelope" href="/support/plans">
    View our options for free community and priority support.
  </Card>

  <Card title="Have a feature request?" icon="lightbulb" href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=liveblocks-plugin-for-bubble">
    Post your feature request on our

    <a href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=liveblocks-plugin-for-bubble">
      idea board.
    </a>
  </Card>
</CardGroup>
