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

# Invite Player Action

> Send party invitation.

The **Invite Player Action** sends a party invitation to a specific target player.

## Configuration

<ResponseField name="targetName" type="String" required>
  The name of the player to invite.
</ResponseField>

<CodeGroup>
  ```yaml Example theme={null}
  action:
    type: invite_player
    targetName: "Notch"
  ```
</CodeGroup>
